 /* about section */
 .about-section {
     background: #f8f9fc;
     position: relative;
     overflow: hidden;
     padding: 60px 0;
     /* Reduced from Bootstrap py-5 */
 }

 .section-tag {
     display: inline-block;
     padding: 6px 16px;
     background: #fdecec;
     color: #c62828;
     font-size: 12px;
     font-weight: 600;
     border-radius: 50px;
     letter-spacing: 0.8px;
     text-transform: uppercase;
 }

 .section-title {
     font-size: 42px;
     font-weight: 800;
     line-height: 1.15;
     color: #1f2937;
     margin-top: 12px !important;
     margin-bottom: 18px;
 }

 .section-title span {
     color: #c62828;
 }

 .section-text {
     font-size: 16px;
     line-height: 1.7;
     color: #6b7280;
     margin-bottom: 14px;
 }

 .about-image img {
     width: 100%;
     max-width: 380px;
     /* Slightly smaller */
     border-radius: 20px;
     box-shadow: 0 16px 40px rgba(0, 0, 0, .12);
     transition: .4s;
 }

 .btn-danger {
     background: #c62828;
     border: none;
     font-weight: 600;
     transition: .3s;
 }

 .btn-danger:hover {
     background: #a91d1d;
     transform: translateY(-2px);
 }

 @media (max-width:991px) {
     .about-section {
         padding: 45px 0;
     }

     .section-title {
         font-size: 32px;
     }

     .section-text {
         font-size: 15px;
     }

     .about-image img {
         max-width: 320px;
     }
 }



 .roots-section {
     background: #fff;
     padding: 60px 0;
 }

 .roots-image img {
     width: 100%;
     border-radius: 18px;
     box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
     transition: .35s ease;
 }

 .roots-image img:hover {
     transform: translateY(-5px);
 }

 .section-label {
     display: inline-block;
     background: #fdeaea;
     color: #c62828;
     padding: 6px 16px;
     border-radius: 30px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .8px;
 }

 .roots-title {
     font-size: 40px;
     font-weight: 800;
     color: #222;
     line-height: 1.2;
     margin: 12px 0 12px;
 }

 .roots-title span {
     color: #c62828;
 }

 .title-line {
     width: 70px;
     height: 3px;
     background: #c62828;
     border-radius: 50px;
     margin-bottom: 18px;
 }

 .roots-text {
     color: #6b7280;
     font-size: 16px;
     line-height: 1.7;
     margin-bottom: 14px;
 }

 .highlight-box {
     display: flex;
     align-items: flex-start;
     gap: 16px;
     padding: 18px 20px;
     margin-top: 18px;
     border-left: 4px solid #c62828;
     background: #fafafa;
     border-radius: 12px;
     box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
 }

 .highlight-box i {
     font-size: 30px;
     color: #c62828;
     margin-top: 2px;
     flex-shrink: 0;
 }

 .highlight-box h5 {
     font-size: 19px;
     font-weight: 700;
     margin-bottom: 8px;
     color: #222;
 }

 .highlight-box p {
     margin: 0;
     color: #6b7280;
     font-size: 15px;
     line-height: 1.6;
 }

 @media (max-width:991px) {

     .roots-section {
         padding: 45px 0;
     }

     .roots-title {
         font-size: 32px;
     }

     .roots-text {
         font-size: 15px;
     }

     .highlight-box {
         padding: 16px;
         gap: 12px;
     }

     .highlight-box h5 {
         font-size: 17px;
     }

     .highlight-box p {
         font-size: 14px;
     }
 }

 .journey-section {
     padding: 60px 0;
     background: linear-gradient(135deg, #0f172a, #111827, #1e293b);
     position: relative;
     overflow: hidden;
 }

 .journey-section::before {
     content: "";
     position: absolute;
     width: 320px;
     height: 320px;
     background: rgba(255, 193, 7, .06);
     border-radius: 50%;
     top: -130px;
     right: -80px;
 }

 .journey-badge {
     display: inline-block;
     padding: 6px 16px;
     border: 1px solid rgba(255, 255, 255, .12);
     background: rgba(255, 255, 255, .05);
     color: #fbbf24;
     border-radius: 30px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .8px;
     text-transform: uppercase;
 }

 .journey-title {
     color: #fff;
     font-size: 40px;
     font-weight: 800;
     line-height: 1.15;
     margin: 12px 0 18px;
 }

 .journey-title span {
     color: #fbbf24;
 }

 .journey-text {
     color: #cbd5e1;
     font-size: 16px;
     line-height: 1.7;
     margin-bottom: 14px;
 }

 .journey-text strong {
     color: #fff;
 }

 .journey-image img {
     width: 100%;
     max-width: 430px;
     border-radius: 18px;
     border: 1px solid rgba(255, 255, 255, .08);
     box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
     transition: .35s ease;
 }

 .journey-image img:hover {
     transform: translateY(-5px);
 }

 .journey-card {
     display: flex;
     align-items: center;
     gap: 16px;
     margin-top: 20px;
     padding: 18px 20px;
     background: rgba(255, 255, 255, .06);
     backdrop-filter: blur(10px);
     border: 1px solid rgba(255, 255, 255, .08);
     border-radius: 14px;
 }

 .journey-number {
     width: 65px;
     height: 65px;
     border-radius: 50%;
     background: #fbbf24;
     color: #111827;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     font-weight: 700;
     flex-shrink: 0;
 }

 .journey-card h5 {
     color: #fff;
     font-size: 18px;
     margin-bottom: 6px;
     font-weight: 700;
 }

 .journey-card p {
     margin: 0;
     color: #cbd5e1;
     font-size: 15px;
     line-height: 1.6;
 }

 @media (max-width:991px) {

     .journey-section {
         padding: 45px 0;
     }

     .journey-title {
         font-size: 32px;
     }

     .journey-image {
         margin-top: 25px;
     }

     .journey-card {
         flex-direction: column;
         text-align: center;
         padding: 16px;
     }

     .journey-number {
         width: 60px;
         height: 60px;
         font-size: 17px;
     }
 }

 .leader-section {
     background: #f8f9fc;
     padding: 60px 0;
 }

 .section-header {
     max-width: 760px;
     margin: 0 auto 40px;
 }

 .leader-badge {
     display: inline-block;
     padding: 6px 16px;
     background: #fdeaea;
     color: #c62828;
     border-radius: 30px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .8px;
     text-transform: uppercase;
 }

 .leader-title {
     font-size: 40px;
     font-weight: 800;
     color: #222;
     line-height: 1.2;
     margin: 14px 0 12px;
 }

 .leader-title span {
     color: #c62828;
 }

 .leader-subtitle {
     max-width: 680px;
     margin: 0 auto;
     color: #6b7280;
     font-size: 16px;
     line-height: 1.7;
 }

 .leader-card {
     background: #fff;
     border: 1px solid #ececec;
     border-radius: 16px;
     padding: 24px 20px;
     text-align: center;
     height: 100%;
     transition: all .3s ease;
     box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
 }

 .leader-card:hover {
     transform: translateY(-6px);
     border-color: #c62828;
     box-shadow: 0 14px 30px rgba(0, 0, 0, .10);
 }

 .leader-icon {
     width: 60px;
     height: 60px;
     margin: 0 auto 16px;
     border-radius: 50%;
     background: linear-gradient(135deg, #c62828, #d84343);
     color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 24px;
     transition: .3s;
 }

 .leader-card:hover .leader-icon {
     transform: scale(1.08) rotate(5deg);
 }

 .leader-card h4 {
     font-size: 20px;
     font-weight: 700;
     color: #222;
     margin-bottom: 10px;
 }

 .leader-card p {
     margin: 0;
     color: #6b7280;
     font-size: 15px;
     line-height: 1.6;
 }

 @media (max-width: 991px) {

     .leader-section {
         padding: 45px 0;
     }

     .section-header {
         margin-bottom: 30px;
     }

     .leader-title {
         font-size: 32px;
     }

     .leader-subtitle {
         font-size: 15px;
     }

     .leader-card {
         padding: 20px 18px;
     }

     .leader-icon {
         width: 55px;
         height: 55px;
         font-size: 22px;
         margin-bottom: 14px;
     }

     .leader-card h4 {
         font-size: 18px;
     }

     .leader-card p {
         font-size: 14px;
     }
 }

 @media (max-width: 576px) {

     .leader-section {
         padding: 40px 0;
     }

     .leader-title {
         font-size: 28px;
     }

     .leader-subtitle {
         font-size: 14px;
     }

     .section-header {
         margin-bottom: 25px;
     }
 }

 .governance-section {

     padding: 60px 0;
 }

 .gov-badge {
     display: inline-block;
     padding: 6px 16px;
     background: #fff4e5;
     color: #d97706;
     border-radius: 30px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: .8px;
     text-transform: uppercase;
 }

 .gov-title {
     font-size: 40px;
     font-weight: 800;
     color: #1f2937;
     line-height: 1.15;
     margin: 14px 0;
 }

 .gov-title span {
     color: #c62828;
 }

 .gov-text {
     color: #6b7280;
     font-size: 16px;
     line-height: 1.7;
     margin-bottom: 24px;
 }

 .gov-text strong {
     color: #1f2937;
 }

 .gov-image img {
     width: 100%;
     max-width: 430px;
     border-radius: 18px;
     box-shadow: 0 12px 35px rgba(0, 0, 0, .12);
     transition: .35s ease;
 }

 .gov-image img:hover {
     transform: translateY(-6px);
 }

 .timeline-list {
     position: relative;
     margin-top: 10px;
     padding-left: 18px;
 }

 .timeline-list::before {
     content: "";
     position: absolute;
     left: 22px;
     top: 0;
     bottom: 0;
     width: 2px;
     background: #e5e7eb;
 }

 .timeline-item {
     display: flex;
     gap: 16px;
     margin-bottom: 18px;
     position: relative;
 }

 .timeline-item:last-child {
     margin-bottom: 0;
 }

 .timeline-icon {
     width: 44px;
     height: 44px;
     background: linear-gradient(135deg, #c62828, #d84343);
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     flex-shrink: 0;
     z-index: 2;
     box-shadow: 0 6px 15px rgba(198, 40, 40, .25);
 }

 .timeline-content {
     background: #fff;
     border: 1px solid #ececec;
     border-radius: 12px;
     padding: 14px 18px;
     flex: 1;
     transition: .3s ease;
 }

 .timeline-content:hover {
     border-color: #c62828;
     box-shadow: 0 8px 22px rgba(0, 0, 0, .06);
 }

 .timeline-content h5 {
     font-size: 18px;
     font-weight: 700;
     color: #1f2937;
     margin-bottom: 6px;
 }

 .timeline-content p {
     margin: 0;
     color: #6b7280;
     font-size: 15px;
     line-height: 1.6;
 }

 @media (max-width:991px) {

     .governance-section {
         padding: 45px 0;
     }

     .gov-title {
         font-size: 32px;
     }

     .gov-image {
         margin-top: 25px;
         text-align: center;
     }

     .gov-image img {
         max-width: 360px;
     }

     .timeline-list {
         padding-left: 10px;
     }

     .timeline-item {
         gap: 12px;
     }

     .timeline-icon {
         width: 40px;
         height: 40px;
         font-size: 15px;
     }

     .timeline-content {
         padding: 12px 15px;
     }

     .timeline-content h5 {
         font-size: 17px;
     }

     .timeline-content p {
         font-size: 14px;
     }
 }

 /*==============================
    CAREER SECTION
==============================*/

 .career-section {
     padding: 55px 0;
     background: #f8fafc;
     position: relative;
     overflow: hidden;
 }

 .career-section::before {
     content: "";
     position: absolute;
     width: 260px;
     height: 260px;
     background: rgba(198, 40, 40, .04);
     border-radius: 50%;
     top: -120px;
     right: -120px;
 }

 .career-section::after {
     content: "";
     position: absolute;
     width: 180px;
     height: 180px;
     background: rgba(198, 40, 40, .03);
     border-radius: 50%;
     bottom: -80px;
     left: -80px;
 }

 /* Heading */

 .career-badge {
     display: inline-block;
     background: #fdecec;
     color: #c62828;
     padding: 7px 18px;
     border-radius: 50px;
     font-size: 13px;
     font-weight: 600;
     letter-spacing: .5px;
 }

 .career-title {
     font-size: 38px;
     font-weight: 800;
     color: #1e293b;
     margin: 12px 0 10px;
 }

 .career-title span {
     color: #c62828;
 }

 .career-subtitle {
     max-width: 680px;
     margin: auto;
     color: #64748b;
     font-size: 15px;
     line-height: 1.7;
 }

 /* Timeline */

 .career-timeline {
     position: relative;
     max-width: 900px;
     margin: 35px auto 0;
 }

 .career-timeline::before {
     content: "";
     position: absolute;
     left: 82px;
     top: 0;
     bottom: 0;
     width: 2px;
     background: #e5e7eb;
 }

 /* Item */

 .career-item {
     display: flex;
     align-items: flex-start;
     gap: 20px;
     margin-bottom: 18px;
     position: relative;
 }

 /* Year */

 .career-year {
     width: 82px;
     min-width: 82px;
     padding: 9px 0;
     text-align: center;
     border-radius: 30px;
     background: linear-gradient(135deg, #d32f2f, #b71c1c);
     color: #fff;
     font-size: 14px;
     font-weight: 700;
     position: relative;
     z-index: 2;
     box-shadow: 0 5px 15px rgba(198, 40, 40, .25);
 }

 .career-year::after {
     content: "";
     position: absolute;
     right: -13px;
     top: 50%;
     transform: translateY(-50%);
     width: 10px;
     height: 10px;
     background: #fff;
     border: 3px solid #d32f2f;
     border-radius: 50%;
 }

 /* Card */

 .career-content {
     flex: 1;
     background: #fff;
     border-radius: 14px;
     padding: 18px 22px;
     border: 1px solid #edf2f7;
     box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
     transition: .3s;
 }

 .career-item:hover .career-content {
     transform: translateY(-4px);
     box-shadow: 0 16px 35px rgba(15, 23, 42, .10);
     border-color: #d32f2f;
 }

 .career-content h4 {
     font-size: 19px;
     font-weight: 700;
     color: #1e293b;
     margin-bottom: 8px;
 }

 .career-content p {
     margin: 0;
     color: #64748b;
     font-size: 15px;
     line-height: 1.6;
 }

 /* Left Accent */

 .career-content {
     position: relative;
 }

 .career-content::before {
     content: "";
     position: absolute;
     left: 0;
     top: 18px;
     bottom: 18px;
     width: 4px;
     border-radius: 20px;
     background: #d32f2f;
     opacity: 0;
     transition: .3s;
 }

 .career-item:hover .career-content::before {
     opacity: 1;
 }

 /* Responsive */

 @media(max-width:991px) {

     .career-title {
         font-size: 32px;
     }

     .career-timeline::before {
         left: 35px;
     }

     .career-item {
         gap: 15px;
     }

     .career-year {
         width: 70px;
         min-width: 70px;
         font-size: 13px;
     }

 }

 @media(max-width:767px) {

     .career-section {
         padding: 40px 0;
     }

     .career-title {
         font-size: 26px;
     }

     .career-subtitle {
         font-size: 14px;
     }

     .career-timeline::before {
         left: 22px;
     }

     .career-item {
         gap: 12px;
         margin-bottom: 16px;
     }

     .career-year {
         width: 44px;
         min-width: 44px;
         height: 44px;
         border-radius: 50%;
         font-size: 11px;
         padding: 0;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     .career-year::after {
         display: none;
     }

     .career-content {
         padding: 16px;
     }

     .career-content h4 {
         font-size: 17px;
     }

 }