
/* =========================================================
   TAKSHSHILA FINAL FIXES — MESSAGE + FOOTER + RESPONSIVE MENU
   ========================================================= */

.ts-message-section{
  background:#f4f2e7;
  padding:90px 20px 110px;
}
.ts-message-inner{
  width:min(1180px,100%);
  margin:0 auto;
}
.ts-message-title{
  display:flex;
  align-items:center;
  gap:18px;
  margin-bottom:34px;
}
.ts-message-title h2{
  margin:0;
  color:#11185b;
  font-family:"Outfit",sans-serif;
  font-size:clamp(38px,4.4vw,62px);
  line-height:1.05;
  letter-spacing:-2px;
  position:relative;
  z-index:1;
}
.ts-message-title h2::before{
  content:"";
  position:absolute;
  width:92px;
  height:92px;
  border-radius:50%;
  background:#fff;
  left:-24px;
  top:50%;
  transform:translateY(-50%);
  z-index:-1;
}
.ts-message-title span{
  display:block;
  width:70px;
  height:2px;
  background:#c8aa2e;
}
.ts-message-tabs{
  display:inline-flex;
  border:2px solid #252e91;
  border-radius:999px;
  overflow:hidden;
  margin:8px 0 42px;
  background:#fff;
}
.ts-message-tab{
  appearance:none;
  border:0;
  padding:12px 24px;
  background:#fff;
  color:#252e91;
  font:700 15px/1 "Inter",sans-serif;
  cursor:pointer;
}
.ts-message-tab.is-active{
  background:#252e91;
  color:#fff;
}
.ts-message-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);
  align-items:center;
  width:min(1080px,100%);
  margin:0 auto;
}
.ts-message-copy{
  background:#fff;
  padding:52px 48px;
  min-height:380px;
  position:relative;
  z-index:2;
  box-shadow:0 20px 50px rgba(21,27,99,.08);
}
.ts-message-quote{
  margin:0 0 16px;
  font-size:20px;
  line-height:1.55;
  font-style:italic;
  color:#11185b;
}
.ts-message-copy p{
  margin:0 0 18px;
  font-size:17px;
  line-height:1.75;
  color:#3b3e49;
}
.ts-message-footer{
  margin-top:26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.ts-message-footer strong{
  font-size:17px;
  color:#111;
}
.ts-message-footer a{
  color:#ab9027;
  font-weight:800;
  text-decoration:none;
}
.ts-message-photo{
  margin-left:-28px;
  position:relative;
  z-index:1;
}
.ts-message-photo img{
  display:block;
  width:100%;
  height:500px;
  object-fit:cover;
}

/* Inner message pages */
.ts-leader-page{
  padding:165px 20px 100px;
  background:#fff;
}
.ts-leader-wrap{
  width:min(1120px,100%);
  margin:0 auto;
}
.ts-leader-heading{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:52px;
  position:relative;
}
.ts-leader-heading::before{
  content:"";
  position:absolute;
  left:-20px;
  width:90px;
  height:90px;
  border-radius:50%;
  background:#f4f2e7;
}
.ts-leader-heading h1{
  margin:0;
  position:relative;
  color:#11185b;
  font-family:"Outfit",sans-serif;
  font-size:clamp(40px,4.3vw,60px);
  letter-spacing:-2px;
}
.ts-leader-heading span{
  width:65px;
  height:2px;
  background:#c8aa2e;
}
.ts-leader-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
  gap:48px;
  align-items:start;
}
.ts-leader-content blockquote{
  margin:0 0 20px;
  font-size:20px;
  line-height:1.65;
  font-style:italic;
  color:#202331;
}
.ts-leader-content p{
  margin:0 0 20px;
  color:#30333d;
  font-size:17px;
  line-height:1.8;
}
.ts-leader-name{
  display:block;
  margin-top:26px;
  color:#111;
  font-size:18px;
}
.ts-leader-role{
  display:block;
  margin-top:5px;
  color:#777c87;
  font-size:14px;
}
.ts-leader-image img{
  display:block;
  width:100%;
  height:560px;
  object-fit:cover;
}

/* Learna-style footer, independent from Bootstrap */
.ts-footer{
  background:#112f4a;
  color:#fff;
  font-family:"Inter",sans-serif;
}
.ts-footer-main{
  width:min(1560px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.3fr .85fr .85fr 1.25fr;
}
.ts-footer-col{
  padding:58px 48px;
  border-right:1px solid rgba(255,255,255,.14);
}
.ts-footer-col:last-child{border-right:0}
.ts-footer-brand img{
  width:92px;
  height:92px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  padding:3px;
}
.ts-footer-brand h3{
  margin:20px 0 14px;
  color:#fff;
  font-family:"Outfit",sans-serif;
  font-size:23px;
  line-height:1.35;
}
.ts-footer-brand p{
  max-width:390px;
  margin:0;
  color:#e3eef7;
  font-size:16px;
  line-height:1.75;
}
.ts-footer-heading{
  margin:0 0 26px;
  font-family:"Outfit",sans-serif;
  color:#fff;
  font-size:25px;
}
.ts-footer-links{
  margin:0;
  padding:0;
  list-style:none;
}
.ts-footer-links li{margin:0 0 16px}
.ts-footer-links a{
  color:#e6edf4;
  text-decoration:none;
  font-size:16px;
  transition:.2s ease;
}
.ts-footer-links a:hover{
  color:#f7c33d;
  padding-left:5px;
}
.ts-socials{
  display:flex;
  gap:10px;
  margin:28px 0 0;
  padding:0;
  list-style:none;
}
.ts-socials a{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#175372;
  color:#fff;
  text-decoration:none;
  font-weight:800;
  transition:.2s ease;
}
.ts-socials a:hover{background:#f7c33d;color:#112f4a}
.ts-contact-list{
  margin:0 0 28px;
  padding:0;
  list-style:none;
}
.ts-contact-list li{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:16px;
  align-items:center;
  margin-bottom:20px;
}
.ts-contact-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;
  font-size:20px;
}
.ts-contact-list a,.ts-contact-list span{
  color:#fff;
  text-decoration:none;
  font-size:17px;
  line-height:1.45;
}
.ts-footer-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#f7c33d;
  color:#112f4a;
  padding:12px 18px;
  border-radius:6px;
  font-weight:800;
  text-decoration:none;
}
.ts-footer-bottom{
  border-top:1px solid rgba(255,255,255,.18);
  padding:26px 4%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.ts-footer-bottom p{
  margin:0;
  color:#e3edf5;
  font-size:15px;
}
.ts-footer-bottom-links{
  display:flex;
  gap:28px;
}
.ts-footer-bottom-links a{
  color:#fff;
  text-decoration:none;
  font-size:15px;
}

/* Header / mobile overflow final fix */
.site-header{
  box-sizing:border-box;
  max-width:calc(100vw - 24px);
}
.header-icons{
  flex-shrink:0;
  margin-left:auto;
}
.side-menu{
  box-sizing:border-box;
  width:min(380px,100vw);
  max-width:100vw;
  overflow-y:auto;
}

@media(max-width:1100px){
  .ts-footer-main{grid-template-columns:1fr 1fr}
  .ts-footer-col:nth-child(2){border-right:0}
  .ts-footer-col:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}
}
@media(max-width:760px){
  .ts-message-section{padding:72px 16px 80px}
  .ts-message-title h2::before{width:66px;height:66px;left:-8px}
  .ts-message-title span{width:38px}
  .ts-message-tabs{display:flex;width:100%}
  .ts-message-tab{flex:1;padding:11px 8px;font-size:13px}
  .ts-message-panel{grid-template-columns:1fr}
  .ts-message-copy{padding:32px 24px;min-height:auto}
  .ts-message-photo{margin:0}
  .ts-message-photo img{height:330px}
  .ts-message-footer{align-items:flex-start;flex-direction:column}
  .ts-leader-page{padding:125px 16px 72px}
  .ts-leader-grid{grid-template-columns:1fr;gap:30px}
  .ts-leader-image{order:-1}
  .ts-leader-image img{height:380px}
  .ts-leader-heading::before{left:-6px;width:65px;height:65px}
  .ts-footer-main{grid-template-columns:1fr}
  .ts-footer-col{
    padding:38px 24px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.14);
  }
  .ts-footer-bottom{
    flex-direction:column;
    text-align:center;
  }
  .ts-footer-bottom-links{gap:18px;flex-wrap:wrap;justify-content:center}
  .site-header{
    max-width:calc(100vw - 16px);
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .search-btn{display:none!important}
  .menu-btn{flex:0 0 42px!important}
  .brand{min-width:0!important}
  .brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}


/* Always hide an inactive Principal/Director panel. */
.ts-message-panel[hidden] {
  display: none !important;
}
.ts-message-panel:not([hidden]) {
  display: grid;
}


/* =========================================================
   LEARNA-STYLE FOOTER — no app or Windows icons
   ========================================================= */
.learna-footer{
  background:#102f4b;
  color:#fff;
  font-family:"Inter",sans-serif;
  overflow:hidden;
}
.learna-footer-main{
  display:grid;
  grid-template-columns:1.35fr .86fr .86fr 1.45fr;
  min-height:565px;
}
.learna-footer-brand,
.learna-footer-column,
.learna-footer-contact{
  padding:78px 54px 62px;
  position:relative;
  border-right:1px solid rgba(255,255,255,.15);
}
.learna-footer-brand{
  background:linear-gradient(145deg,#10304c 0%,#123550 62%,#075b67 100%);
}
.learna-footer-logo{
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:32px;
}
.learna-footer-logo img{
  width:76px;
  height:76px;
  border-radius:50%;
  object-fit:contain;
  background:#fff;
  padding:3px;
}
.learna-footer-logo strong{
  display:block;
  font-family:"Outfit",sans-serif;
  font-size:25px;
  letter-spacing:.5px;
}
.learna-footer-logo span{
  display:block;
  margin-top:4px;
  color:#dce8f1;
  font-size:11px;
  letter-spacing:1.1px;
}
.learna-footer-brand p{
  max-width:380px;
  margin:0;
  color:#f0f5f9;
  font-size:16px;
  line-height:1.85;
}
.learna-socials{
  display:flex;
  gap:12px;
  margin:34px 0 0;
  padding:0;
  list-style:none;
}
.learna-socials a{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  background:#175571;
  transition:.25s ease;
}
.learna-socials svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.learna-socials svg path:first-child:not(.play-fill){fill:currentColor;stroke:none}
.learna-socials .play-fill{fill:#175571;stroke:none}
.learna-socials a:hover{
  background:#f7c33d;
  color:#102f4b;
  transform:translateY(-3px);
}
.learna-footer-column h3,
.learna-footer-contact h3{
  margin:50px 0 32px;
  color:#fff;
  font-family:"Outfit",sans-serif;
  font-size:27px;
  line-height:1;
}
.learna-footer-column ul,
.learna-footer-contact ul{
  margin:0;
  padding:0;
  list-style:none;
}
.learna-footer-column li{margin-bottom:22px}
.learna-footer-column a{
  color:#fff;
  text-decoration:none;
  font-size:16px;
  transition:.2s ease;
}
.learna-footer-column a:hover{
  color:#f7c33d;
  padding-left:5px;
}
.learna-footer-contact{
  border-right:0;
}
.footer-telescope{
  position:absolute;
  right:24px;
  top:38px;
  width:210px;
  opacity:.13;
  color:#fff;
}
.footer-telescope svg{
  width:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.learna-footer-contact ul{
  position:relative;
  z-index:1;
}
.learna-footer-contact li{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:17px;
  align-items:center;
  margin-bottom:22px;
}
.contact-circle{
  width:52px;
  height:52px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  display:grid;
  place-items:center;
}
.contact-circle svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.learna-footer-contact a,
.learna-footer-contact li > span:last-child{
  color:#fff;
  text-decoration:none;
  font-size:17px;
  line-height:1.45;
}
.learna-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:92px;
  padding:22px 9%;
  border-top:1px solid rgba(255,255,255,.17);
}
.learna-footer-bottom p{
  margin:0;
  color:#f2f6f9;
  font-size:15px;
}
.learna-footer-bottom nav{
  display:flex;
  gap:34px;
}
.learna-footer-bottom a{
  color:#fff;
  text-decoration:none;
  font-size:15px;
}
@media(max-width:1100px){
  .learna-footer-main{grid-template-columns:1fr 1fr}
  .learna-footer-brand,
  .learna-footer-column,
  .learna-footer-contact{
    min-height:420px;
    border-bottom:1px solid rgba(255,255,255,.15);
  }
}
@media(max-width:700px){
  .learna-footer-main{grid-template-columns:1fr}
  .learna-footer-brand,
  .learna-footer-column,
  .learna-footer-contact{
    min-height:auto;
    padding:46px 25px;
    border-right:0;
  }
  .learna-footer-column h3,
  .learna-footer-contact h3{margin-top:0}
  .footer-telescope{width:160px;right:0;top:10px}
  .learna-footer-bottom{
    flex-direction:column;
    text-align:center;
    padding:28px 20px;
  }
  .learna-footer-bottom nav{gap:20px;flex-wrap:wrap;justify-content:center}
}


/* =========================================================
   LEARNA-STYLE BLOG LIST + BLOG SINGLE
   ========================================================= */
.blog-page-banner{
  min-height:330px;
  padding:150px 9% 60px;
  display:flex;
  align-items:flex-end;
  background:linear-gradient(110deg,#fff4f0 0%,#e9f1ff 52%,#e5fff8 100%);
}
.blog-page-banner > div{max-width:1000px}
.blog-page-banner span{
  color:#252d93;
  font-weight:800;
  letter-spacing:1.6px;
  font-size:12px;
}
.blog-page-banner h1{
  margin:12px 0 0;
  color:#10165a;
  font-family:"Outfit",sans-serif;
  font-size:clamp(42px,5vw,72px);
  line-height:1.05;
}
.blog-page-banner p{max-width:650px;font-size:17px;color:#4b4d58}
.blog-single-layout,
.blog-list-layout{
  width:min(1400px,calc(100% - 40px));
  margin:0 auto;
  padding:90px 0 110px;
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(310px,.92fr);
  gap:52px;
  align-items:start;
}
.blog-post-title{
  margin:0 0 40px;
  color:#101219;
  font-family:"Outfit",sans-serif;
  font-size:clamp(36px,4vw,58px);
  line-height:1.15;
}
.blog-featured-image{
  margin:0;
  overflow:hidden;
  border-radius:9px;
  background:#ddd;
}
.blog-featured-image img{
  display:block;
  width:100%;
  aspect-ratio:2/1;
  object-fit:cover;
}
.blog-meta{
  display:flex;
  gap:26px;
  flex-wrap:wrap;
  margin:25px 0 36px;
  color:#69707e;
  font-size:14px;
  font-weight:600;
}
.blog-post-content p{
  margin:0 0 24px;
  color:#3e424c;
  font-size:17px;
  line-height:1.9;
}
.blog-tags-share{
  margin-top:45px;
  padding:28px 0;
  border-top:1px solid #e3e5ea;
  border-bottom:1px solid #e3e5ea;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.blog-tags-share > div{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.blog-tags-share a{
  display:inline-grid;
  place-items:center;
  min-height:40px;
  padding:8px 16px;
  border-radius:4px;
  background:#f2f3f5;
  color:#18202d;
  text-decoration:none;
  font-size:13px;
}
.share-row a{
  width:42px;
  height:42px;
  min-height:42px;
  padding:0;
  border-radius:50%;
  background:#102f4b;
  color:#fff;
}
.post-navigation{
  margin-top:36px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
.post-nav-item{
  min-height:95px;
  padding:18px;
  border:1px solid #e0e3e8;
  display:flex;
  align-items:center;
  gap:16px;
  text-decoration:none;
  color:#151822;
}
.post-nav-item.next{justify-content:flex-end;text-align:right}
.post-nav-item > span{font-size:31px;color:#252d93}
.post-nav-item small{display:block;color:#777d88;margin-bottom:6px}
.post-nav-item strong{font-size:16px}
.blog-sidebar{display:grid;gap:30px}
.sidebar-box{
  background:#f3f3f3;
  padding:38px;
}
.sidebar-box h3{
  margin:0 0 26px;
  color:#111;
  font-family:"Outfit",sans-serif;
  font-size:25px;
}
.sidebar-box h3::after{
  content:"";
  display:block;
  width:56px;
  height:2px;
  margin-top:12px;
  background:#18b7a2;
}
.blog-search form{
  display:grid;
  grid-template-columns:1fr 66px;
  background:#fff;
  border:1px solid #d8dce0;
  border-radius:6px;
  overflow:hidden;
}
.blog-search input{
  min-width:0;
  border:0;
  padding:20px;
  outline:0;
  font:500 15px "Inter",sans-serif;
}
.blog-search button{
  border:0;
  background:#18b7a2;
  color:#fff;
  display:grid;
  place-items:center;
}
.blog-search svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}
.recent-posts,.category-list{margin:0;padding:0;list-style:none}
.recent-posts li{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:16px;
  align-items:center;
  padding:14px 0;
  border-bottom:1px solid #ddd;
}
.recent-posts img{
  width:86px;
  height:72px;
  object-fit:cover;
  border-radius:5px;
}
.recent-posts small{display:block;color:#7b818c;margin-bottom:6px}
.recent-posts a{
  color:#161a22;
  text-decoration:none;
  font-weight:700;
  line-height:1.35;
}
.category-list li{border-bottom:1px solid #ddd}
.category-list a{
  padding:13px 0;
  display:flex;
  justify-content:space-between;
  color:#252933;
  text-decoration:none;
}
.sidebar-socials{display:flex;gap:10px}
.sidebar-socials a{
  width:52px;height:52px;
  display:grid;place-items:center;
  background:#102f4b;color:#fff;text-decoration:none;font-weight:800;
}
.sidebar-tags{display:flex;gap:10px;flex-wrap:wrap}
.sidebar-tags a{
  padding:11px 17px;border-radius:24px;
  background:#fff;color:#373b44;text-decoration:none;font-size:13px;
}
.blog-list-main{display:grid;gap:34px}
.blog-list-card{
  display:grid;
  grid-template-columns:360px 1fr;
  background:#fff;
  border:1px solid #e2e5e9;
  border-radius:9px;
  overflow:hidden;
}
.blog-list-image img{
  width:100%;height:100%;min-height:290px;object-fit:cover;display:block;
}
.blog-list-card > div{padding:34px}
.blog-card-meta{display:flex;gap:18px;color:#707682;font-size:13px}
.blog-list-card h2{
  margin:14px 0;
  font-family:"Outfit",sans-serif;
  font-size:30px;
  line-height:1.2;
}
.blog-list-card h2 a{color:#101219;text-decoration:none}
.blog-list-card p{color:#575c66;line-height:1.7}
.read-blog{color:#252d93;font-weight:800;text-decoration:none}
@media(max-width:980px){
  .blog-single-layout,.blog-list-layout{grid-template-columns:1fr}
  .blog-sidebar{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .blog-page-banner{min-height:280px;padding:125px 20px 40px}
  .blog-single-layout,.blog-list-layout{width:calc(100% - 28px);padding:58px 0 75px}
  .blog-meta{gap:12px}
  .blog-tags-share{align-items:flex-start;flex-direction:column}
  .post-navigation{grid-template-columns:1fr}
  .blog-sidebar{grid-template-columns:1fr}
  .sidebar-box{padding:28px 22px}
  .blog-list-card{grid-template-columns:1fr}
  .blog-list-image img{height:250px;min-height:0}
  .blog-list-card > div{padding:25px}
}
