.elementor-75 .elementor-element.elementor-element-4554e65a > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-75 .elementor-element.elementor-element-4554e65a:not(.elementor-motion-effects-element-type-background), .elementor-75 .elementor-element.elementor-element-4554e65a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://adlercollege.pk/wp-content/uploads/2026/06/library-designed-by-zaha-hadid-in-new-campus-of-th-S753HUL.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-75 .elementor-element.elementor-element-4554e65a > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(110deg, var( --e-global-color-primary ) 53%, var( --e-global-color-7b1170c ) 100%);opacity:0.9;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-75 .elementor-element.elementor-element-4554e65a{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-103px;margin-bottom:0px;padding:14em 0em 10em 0em;}.elementor-75 .elementor-element.elementor-element-2bfdf58e{padding:50px 0px 0px 0px;}.elementor-75 .elementor-element.elementor-element-2bfdf58e .elementor-heading-title{font-family:var( --e-global-typography-ff959e9-font-family ), Sans-serif;font-size:var( --e-global-typography-ff959e9-font-size );font-weight:var( --e-global-typography-ff959e9-font-weight );text-transform:var( --e-global-typography-ff959e9-text-transform );line-height:var( --e-global-typography-ff959e9-line-height );color:var( --e-global-color-3ad29f8 );}@media(max-width:1024px){.elementor-75 .elementor-element.elementor-element-2bfdf58e .elementor-heading-title{font-size:var( --e-global-typography-ff959e9-font-size );line-height:var( --e-global-typography-ff959e9-line-height );}}@media(max-width:767px){.elementor-75 .elementor-element.elementor-element-4554e65a{padding:10em 0em 8em 0em;}.elementor-75 .elementor-element.elementor-element-2bfdf58e{text-align:center;}.elementor-75 .elementor-element.elementor-element-2bfdf58e .elementor-heading-title{font-size:var( --e-global-typography-ff959e9-font-size );line-height:var( --e-global-typography-ff959e9-line-height );}}@media(min-width:768px){.elementor-75 .elementor-element.elementor-element-6816bbca{width:50.263%;}.elementor-75 .elementor-element.elementor-element-6fc81ee{width:49.737%;}}/* Start custom CSS for html, class: .elementor-element-a1987b5 *//* Styling for the Our Story Section */
.our-story {
  padding: 100px 20px;
  background-color: #f9f9f9;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.our-story.visible { opacity: 1; }

.our-story .container {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1140px;
  margin: 0 auto;
}

.story-content { flex: 1; }

.story-content small {
  color: #ffc107; /* Brand Gold */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.story-content h2 {
  font-size: 2.8rem;
  color: #0d2a45; /* Brand Dark Blue */
  margin: 20px 0;
  line-height: 1.2;
}

.divider {
  width: 60px;
  height: 4px;
  background-color: #ffc107;
  margin-bottom: 25px;
}

.story-content p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.story-image { flex: 1; }

.story-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 992px) {
  .our-story .container { flex-direction: column; text-align: center; }
  .divider { margin: 20px auto; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f9e8e9 *//* Timeline Section Styles */
.timeline-section {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}

.section-header { margin-bottom: 50px; }

.section-header small { color: #ffc107; font-weight: 700; letter-spacing: 2px; }

.section-header h2 { color: #0d2a45; font-size: 2.5rem; margin: 10px 0; }

.divider { width: 60px; height: 3px; background-color: #ffc107; margin: 0 auto; }

.timeline-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.timeline-item {
  flex: 1;
  padding: 20px;
  border-top: 4px solid #0d2a45;
  background: #fdfdfd;
  transition: transform 0.3s ease;
}

.timeline-item h3 { color: #0d2a45; margin-bottom: 10px; }

.timeline-item:hover { transform: translateY(-10px); border-top-color: #ffc107; }

/* Responsive adjustments */
@media (max-width: 768px) {
  .timeline-wrapper { flex-direction: column; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2138bb1 */.strategic-pillars { 
  padding: 80px 20px; 
  background: #0d2a45; /* Brand Dark Blue */
  color: #ffffff; 
}

.header { 
  text-align: center; 
  margin-bottom: 50px; 
}

/* Updated: Added color white to the heading */
.header h2 { 
  color: #ffffff; 
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.pillar-card {
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.pillar-card:hover {
  border-color: #ffc107; /* Brand Gold */
  background: rgba(255, 255, 255, 0.05);
}

.pillar-card h3 { 
  color: #ffc107; /* Brand Gold */
  margin-bottom: 15px; 
}

@media (max-width: 768px) {
  .pillars-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20071ba */.stats-section { padding: 80px 20px; background-color: #f8f9fa; }
.stats-section .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.stat-item {
  background: #ffffff;
  padding: 40px 20px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.stat-item:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }

.stat-item i { font-size: 2.5rem; color: #ffc107; margin-bottom: 20px; }
.stat-item h3 { font-size: 2.5rem; color: #0d2a45; margin: 0; }
.stat-item p { color: #666; font-weight: 600; text-transform: uppercase; font-size: 0.85rem; margin-top: 10px; }

@media (max-width: 768px) {
  .stats-section .container { grid-template-columns: 1fr 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e4bcd9c *//* Container Alignment */
.leadership-section {
  padding: 120px 20px;
  background-color: #ffffff;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  overflow: hidden;
}

.leadership-section .container {
  max-width: 1140px;
  margin: 0 auto;
}

/* Header Typography styling */
.leadership-title-block {
  margin-bottom: 90px;
}

.leadership-title-block .sub-title {
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: #ffc107; /* Brand Gold Accent */
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.leadership-title-block h2 {
  font-size: 2.5rem;
  color: #0d2a45; /* Brand Dark Blue */
  font-weight: 800;
  margin: 0 0 15px 0;
}

.title-accent {
  width: 50px;
  height: 3px;
  background-color: #0d2a45;
}

/* Profile Flex Layout Blocks */
.profile-block {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 120px;
}

.profile-block.reverse {
  flex-direction: row-reverse;
}

/* Image Wrappers & Subtle Backdrops */
.profile-image-wrapper {
  flex: 0 0 380px;
  position: relative;
  height: 440px;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  position: relative;
  z-index: 2;
  box-shadow: 0 15px 35px rgba(13, 42, 69, 0.1);
}

.image-backdrop {
  position: absolute;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: #f4f7f9;
  border-radius: 4px;
  z-index: 1;
}

.profile-block.reverse .image-backdrop {
  left: 30px;
}

/* Content Panel Styling */
.profile-info-wrapper {
  flex: 1;
}

.profile-role {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #ffc107;
  display: block;
  margin-bottom: 12px;
}

.profile-info-wrapper h3 {
  font-size: 1.85rem;
  color: #0d2a45;
  margin: 0 0 20px 0;
  font-weight: 700;
}

.profile-quote {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
  font-style: italic;
  margin: 0 0 25px 0;
  text-align: justify;
}

.profile-author {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0d2a45;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Performance Scroll Revelations */
.reveal-ready {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.reveal-active {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Collapse framework */
@media (max-width: 992px) {
  .profile-block, .profile-block.reverse {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 90px;
    text-align: center;
  }
  .profile-image-wrapper {
    flex: 0 0 auto;
    width: 320px;
    height: 380px;
    margin: 0 auto;
  }
  .profile-block.reverse .image-backdrop {
    left: -30px;
  }
  .profile-quote {
    text-align: center;
  }
}/* End custom CSS */