@font-face {
        font-family: 'Bookmania-regular'; 
        src: url('../fonts/Bookmania/Demo_Fonts/Fontspring-DEMO-bookmania-regular.otf') format('opentype'); 
    }

@font-face {
        font-family: '"Libre Baskerville", serif;'; 
        src: url('../fonts/Bookmania/Demo_Fonts/Fontspring-DEMO-"Libre Baskerville", serif;.otf') format('opentype'); 
    }

@font-face {
        font-family: 'Bookmania-semibold'; 
        src: url('../fonts/Bookmania/Demo_Fonts/Fontspring-DEMO-bookmania-semibold.otf') format('opentype'); 
    }

@font-face {
        font-family: 'Bookmania-black'; 
        src: url('../fonts/Bookmania/Demo_Fonts/Fontspring-DEMO-bookmania-black.otf') format('opentype'); 
    }

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}
body, h1,  h2,  h3,  h4,  h5,  h6,  p,  ul,  ol,  dl,  figure,  blockquote,  fieldset,  legend {
    margin: 0;
}
ul, ol {
    padding: 0;
}
ul, ol {
    list-style: none;
}
body {
	
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    word-wrap: break-word;
}
::-webkit-scrollbar {
    display: none;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
button {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
button, input {
    background-color: #fff0;
    border: none;
    outline: none;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], textarea, select {
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    outline: none;
}
table {
    border-collapse: collapse;
    width: 100%}
th, td {
    padding: 8px;
    border-bottom: 1px solid #ccc;
}
th {
    text-align: left;
}
 ul {
    margin: 0;
    padding: 0;
}
  a {
    text-decoration: none;
}

section{
    padding: 80px 0;
}
h1 { 
    font-size: 60px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-family: "Libre Baskerville", serif;
    
}
h2 {
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-family: "Libre Baskerville", serif;
    font-weight: 800;
    line-height: 1.4;
}
h3{
    text-transform: capitalize;
    font-family: "Libre Baskerville", serif;
}
h4{
  font-weight: 700;
  font-size: 20px;
  font-family: "Lora", serif;
}
h6.sub-head {
    color: #f67822;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
p{
    line-height: 2;
    font-family: "Lora", serif;
    font-size: 18px;
}
.border-bottom{
    border-color:#dee2e682;
}

.social-icons a i.fab.fa-whatsapp {
  color: #f67822;
}
.social-icons a i.fab.fa-whatsapp:hover {
  color: #1ebe5d;
}

.whatsapp-link {
  color: #25D366; /* WhatsApp Green */
  text-decoration: none;
}

.whatsapp-link:hover {
  color: #1ebe5d;
  text-decoration: underline;
}

.whatsapp-link i {
  margin-right: 6px;
  font-size: 18px;
}



/*** Buttons **/
.btn{
    border-radius: 50px;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins';
    width: fit-content;
}
.btn-primary{
    background-color: #F67822;
    border-color: #F67822;

}
a.text-button{
    font-size: 16px;
    color: #f67822;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
a.text-button i{
    margin-left: 5px;
}
.btn-outline-primary{
    border-color:#F67822;
    color:#F67822;
}
.btn-primary:hover, .btn-outline-primary:hover{
    background-color: #F67822;
    border-color: #F67822;
}
a.btn.btn-outline-primary.outline-white{
    border-color: #fff;
    color: #fff;
}
a.btn.btn-primary.bg-white{
    background-color: #fff;
    color: #F67822;
}
a.btn.btn-light {
    background: #fff8f0;
}

.p-100{
    padding: 100px;
}
.p-118{
    padding: 100px 118px;
}
.p-80{
    padding: 80px;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
.fit-content {
    width: fit-content;
}
.font-size-18{
    font-size: 18px;
}
.w-80{
    width:80%;
}

/**** Colors ****/
/* .bg-orange{
    background: #F67822;
} */
 .bg-orange{
    background: linear-gradient(to right, #ab4819 0%, #ab4819 100%);
}
.bg-pink{
    background: #fff8f0;
}
.bg-grey{
    background: #f2f4fa;
}
.bg-trans{
    background: transparent;
}
.text-orange{
    color:#f67822;
}
/*.text-orange {
    color: #f9c74f;
}*/
.text-pink{
    color: #fff8f0;
}

/**** Header ****/
.logo{
    width: 100%;
   /* height: 100%;*/
}
nav.navbar {
    padding: 20px 0;
}
nav .btn{
    padding: 10px 30px;
    margin: auto;
    font-size: 13px;
}
nav.navbar ul.navbar-nav li.nav-item a.nav-link, ul.dropdown-menu li a.dropdown-item {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    padding: 10px 14px;
    font-family: 'Poppins';
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin: auto;
}
.dropdown-menu li a {
    padding: 8px 14px !important;
}
ul.dropdown-menu.show {
    border-top: 8px solid #f67822 !important;
    border: unset;
}

/***** images *****/
.img-cover{
    background-size: cover !important;
    min-height: 500px;
    background-repeat: no-repeat;
}


/******** Hero Section ***********/
.hero-section {
    /*position: relative;
    background: url('../images/final-hero-image.jpg') no-repeat center center/cover;
    background-size: cover; 
    text-align: center;
    color: #fff;
    height: 700px;
    background-position: bottom;  */    
}

.hero-section {
    position: relative;
    background: linear-gradient(180deg, #0000008a 0%, #00000012 100%), url(../images/final-hero-image.jpg) no-repeat center center / cover;
    background-size: cover; 
    text-align: center;
    color: #fff;
    /*padding: 200px 0;*/
    height: 700px;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    width: 100%;     
}
.hero-section h1{
    /*text-shadow: 3px 3px 0px #57668a;*/
    text-transform: capitalize;
    text-align: left;
    max-width: 900px;
    width: 100%;
    font-size: 70px;
    margin-top: -150px;

}
p.bottom-text {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-shadow: 1px 1px 0px black;
    font-weight: 700;
}
.fixed-btn {
  position: fixed;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 9999;
}

.btn-img {
    width: 180px;  
    height: auto;
}


/*:root{
    --orange:#F67822;
    --orange2:#F67822;
    --tint:#FCDBC4;
    --blue:#0b4a88;
  }
  
  svg{width:100%;height:auto;display:block}
  .axis-label{font:700 25px/1 Inter,system-ui,Arial;fill:#000}
  .y-axis{stroke:#000;stroke-width:2}
  .x-axis{stroke:#000;stroke-width:2}
  .zero{stroke:#000;stroke-width:1;marker-end:url(#arrow)}
  .curve-ref{fill:none;stroke:#111;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:14 10}
  .curve-live{fill:none;stroke:var(--orange);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1100;stroke-dashoffset:1100}
  .point{fill:#fff;stroke:#333;stroke-width:2;filter:url(#ptShadow)}
  .pt-label{fill:#000;font:600 22px/1 Inter,system-ui,Arial;paint-order:stroke fill;stroke:#fff;stroke-width:4px;user-select:none}
  .death-band{fill:rgba(212,92,9,.08);stroke:var(--orange);stroke-dasharray:6 6}
  .death-label{font:800 16px/1 Inter,system-ui,Arial;fill:var(--orange)}
  .tip{position:absolute;left:0;top:0;transform:translate(-50%,calc(-100% - 10px));background:#fff;border:1px solid var(--tint);border-radius:10px;padding:8px 10px;font:12px/1.25 Inter,system-ui,Arial;box-shadow:0 8px 24px rgba(0,0,0,.1);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:5;color:var(--blue)}
  .tip strong{display:block;color:#000;margin-bottom:2px}
  .tip::after{content:"";position:absolute;left:50%;bottom:-6px;transform:translateX(-50%);border:6px solid transparent;border-top-color:#fff;filter:drop-shadow(0 1px 0 var(--tint))}
*/

/**** About Section ****/
.about-section li i{
    font-size: 22px;
    margin-top: 10px;
    margin-right: 20px;
    color: #f67822;
}
.about-section li{
    background: #fff8f0;
    padding: 15px;
}
/*section.about-section{
    background: url('../images/about-banner.jpeg') no-repeat center center/cover;
}*/

/********* Quotes ************/
p.quote-box {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    padding: 80px;
    font-style: italic;
}
p.quote-box:after{
   content: "❞";
    font-size: 400px;
    color: #f678220d;
    position: absolute;
    right: 15px;
    bottom: -370px;
    z-index: 1;
    font-style: normal;
}
    
/**** Why the Hub ****/


img.tick {
    width: 25px;
    margin-right: 20px;
    margin-top: 5px;
}

/**** Why Section ****/
section.why-section .cf-right-content {
    background: linear-gradient(180deg, #ffffffe6 0%, #ffffffeb 100%), url(../images/hero-bg.jpg);
    background-size: cover;
}

/**** Entrepreneurial Mindset Development ****/
/* --- Layout adjustments --- */
.vision-section .container {
  /* leave default for most sizes, but slightly narrower on wide laptop-widths */
  max-width: 1200px;
}

/* Increase horizontal gutter for this row so columns have consistent spacing */
.vision-section .about-row {
  --bs-gutter-x: 2rem; /* Bootstrap 5 variable: increases horizontal space between cols */
}

/* --- Circle box styling (responsive) --- */
/* Use clamp to make the circle scale: min 180px, preferred 22vw, max 280px */
.vision-section .circle-box{
  width: clamp(180px, 22vw, 280px);
  height: clamp(180px, 22vw, 280px);
  border-radius: 50%;
  background-color: #fff8f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  padding: 24px;           /* slightly reduced padding to fit on smaller circles */
  margin: 0 auto;          /* keep centered inside col */
  border: 1px solid transparent;
  box-shadow: 0px 9px 20px 0px rgba(0,0,0,0.09);
  transition: transform .18s ease, border-color .15s ease;
  box-sizing: border-box;
  overflow: hidden;
}

/* Hover effect */
.vision-section .circle-box:hover{
  border: 1px solid #fb8b24;
  transform: translateY(-6px);
}

/* Image / icon sizing inside the circle (scale with circle) */
.vision-section .circle-box img{
  width: clamp(40px, 8vw, 60px);
  height: auto;
  margin-bottom: 12px;
}

/* Paragraph text inside the circle */
.vision-section .circle-box p{
  line-height: 1.45;
  font-size: clamp(13px, 1.4vw, 15px);
  margin: 0;
}

/* Heading (if you add an h4) */
.vision-section .circle-box h4{
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  font-size: clamp(16px, 1.6vw, 22px);
}

/* Extra safety rules for MacBook / intermediate widths */
@media (min-width: 1200px) and (max-width: 1440px) {
  /* reduce circle size a touch more on narrow large screens */
  .vision-section .circle-box {
    width: clamp(170px, 18vw, 250px);
    height: clamp(170px, 18vw, 250px);
    padding: 20px;
  }
  .vision-section .container {
    max-width: 1140px; /* narrower container on those widths so columns don't crowd edges */
  }
}

/* Ensure columns center the boxes vertically if needed */
.vision-section .col {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*
.circle-box {
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background-color: #fff8f0; 
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #000;
      text-align: center;
      padding: 30px;
      margin: auto;
      border: 1px solid transparent;
      box-shadow: 0px 9px 20px 0px #00000017;
    }
    .circle-box:hover {
    border: 1px solid #fb8b24;
}
    .circle-box i {
      font-size: 40px;
      margin-bottom: 15px;
      color: #F67822;
    }
    .circle-box h4 {
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 22px;
    }
.circle-box img{
    width: 60px;
}
.circle-box p{
    line-height: 1.5;
    font-size: 15px;
}*/
/**** Service Section ****/

.service-section .square-box{
    box-shadow: 2px 6px 11px #0000001a;
    text-align: center;
    padding: 30px;
}
.service-section .square-box h4{
    color: #f67822;
}
.service-section .square-box img{
    width: 60px;
}

/*.circle-box {
    background-color: #F67822;
    color: #fff;
    text-align: center;
    padding: 35px;
    font-size: 15px;
}
.circle-box p{
    line-height: 1.5;
}
    .circle-box i {
      font-size: 40px;
      margin-bottom: 15px;
    }
    .circle-box h4 {
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0px;
    font-size: 20px;
    font-family: "Poppins";
    }*/


/**** Journey Section ****/

.journey-section .col-lg-4{
    border: 1px solid #f67822;
    padding: 30px;
    flex:1;
}
.journey-section .col-lg-4:hover{
    border-color:#adb5bd;
}
.j-r{
    gap: 30px;
}

/**** Value Section ****/
.square-box {
    background: #fff;
    padding: 40px;
     box-shadow: 2px 6px 11px #d9dbdd;
}
.square-box:hover {
    box-shadow: unset;
}

.values-section p {
    line-height: 1.5;
}
.square-box i.fa-solid {
    color: #F67822;
    font-size: 40px;
}
.square-box img{
    width: 40px;
}
.square-box .width-lg{
    width: 50px;
}


/**** Case Study Section ****/
.case-study-section a.btn.btn-primary{
    width: fit-content;
    margin: 50px auto 0;
    color: #fff;
}

/******* Join Our Podcast ***********/
section.join-podcast-section {
    background: linear-gradient(180deg, #f67822d6 0%, #f67822de 100%), url(../images/pingu.jpeg);
    background-size: cover;
    background-position: center;
}
.join-podcast-section .content{
    margin: auto;
    text-align: center;
    color: #fff;
    max-width: 800px;
}
.G-logo{
    width: 150px;
}



/**** Target Section ****/
/*.colored-box {
    background-color: #F67822;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    }
.colored-box h2{
    margin-bottom: 0;
}
.s-box{
    padding: 60px 40px;  
}
.s-box h4{
    font-weight: 700;
    margin-bottom:20px;
}
.s-box i {
    font-size: 40px;
    margin-top: 20px;
}*/


/****** Call to action************/
.rise-section {
    position: relative;
    background: url('../images/Hot Ballon.jpg') no-repeat center center/cover;
    background-size: cover; 
    text-align: center;
    color: #fff;
    height: 650px;        
}
.rise-section h2{
    text-shadow: 2px 2px 0px #72090b;
    font-size: 50px;
    margin-top: 55px;
}


.img-cover.ani{
    background: url(../images/about-banner.jpeg);
    background-position: right;
}
.img-cover.birds{
    background: url(../images/Birds.jpg);
}
.img-cover.pingu{
    background: url(../images/pingu.jpeg);
    background-position: top;
}


/**** Footer Section ****/
    footer {
      background-color: #fff8f0;
      padding: 40px 0 20px;
    }
    footer h5 {
      font-weight: 800;
      color: #F67822; 
      margin-bottom: 15px;
      letter-spacing: 0.4px;
    }
    footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    footer ul li {
      margin-bottom: 8px;
    }
    footer ul li a {
      text-decoration: none;
      color: #000;
      font-family: "Lora", serif;
    font-size: 15px;
    }
    footer ul li a:hover {
      text-decoration: underline;
    }
    .footer-bottom {
      border-top: 1px solid #ddd;
      padding-top: 15px;
      font-size: 14px;
      font-family: "Lora", serif;
    }
    .social-icons a {
      display: inline-block;
      margin-left: 10px;
      font-size: 30px;
      color: #F67822;

    }
    .social-icons a:hover {
      color: #F67822;
    }
    img.wa {
    height: 22px;
    width: 23px;
    margin-top: -8px;
}
.m-img{
    display: none;
}


/******* Team Page *********/
.inner-page-hero {
      color: #fff;
}
section.founder-section h2 {
    color: #f67822;
    font-size: 26px;
}
section.team-section {
    background-size: cover;
    background-repeat: no-repeat;
}
.founder-section h3 {
    font-family: "Lora", serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #2d2d2d;
}

.team-card {
      background: #fff; 
      text-align: center;
      /*box-shadow: 0 4px 12px rgb(0 0 0 / 8%);*/
      transition: transform 0.3s ease;
      padding: 10px;
    }
    /*.team-card:hover {
      transform: translateY(-5px);
    }*/
    .team-card img {
      width: 330px;
      min-height: 330px;
      object-fit: cover;
      margin-bottom: 15px;
    }
    .role {
      color: #000;
      font-size: 0.9rem;
    }
    .name {
      font-weight: bold;
      color: #f67822;
      font-family: "Lora", serif;
    }
    .team-card .social-icons a i {
    font-size: 30px;
    color: #343a40;
    }
    .team-card .social-icons a{
        font-size: 18px;
    }
    .social-icons a:hover {
      color: #0b3c2f;
    }
   /* a.btn.btn-primary.bio {
    border-color: #fff8f0;
    margin-top: 10px;
    padding: 6px 25px;
    background: #fee9d1;
    color: #F67822;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
}*/
.coaches-section .name{
    color: #495057;
}
.coaches-section .social-icons a i{
    color: #f67822;
}


/********** Success Stories Page ************/
/* Equal-height cards + equal-height images */
.case-card{
  display:flex;
  flex-direction:column;
  height:100%;
}

/* Image wrapper: same height for every card */
.case-card .img-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.vertical-img{
    height: 360px;          /* Fixed height for all images */
}

/* Make sure the image fills the wrapper without distortion */
.case-card .img-wrap > img{
 width: 100%;
  height: 100%;
  object-fit: contain;     /* show full image */
  display: block;
}
img.bg-white.story-logo {
    position: absolute;
    width: 150px;
    height: 50px;
    bottom: 10px;
    left: 10px;
}


/************* Bio Page *******************/

/* Grid layout: two columns on desktop, stacked on mobile */
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Right image column */
.profile-image {
  width: 100%;
}

/* Image wrapper that hides overflow and provides visible area */
.f-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 680px;           /* desktop visible height - adjust as needed */
  background-color: #f4f4f4;
}

/* The image is positioned absolutely so we can translate it for parallax */
.f-image-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateY(var(--parallax, 0px));
  width: 100%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;        /* ensures the image fills area */
  will-change: transform;
  display: block;
}


/************* Blog Page *******************/
.news-item {
      border-bottom: 1px solid #f1e4d0;
      padding: 40px 0;
    }

    .news-category {
      color: #de935f;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    font-size: 18px;
    }

    .news-title {
      font-size: 1.25rem;
      line-height: 1.6;
      color: #2f2f2f;
      margin-bottom: 20px;
    }

    .news-image {
      width: 100%;
      height: auto;
      border-radius: 4px;
    }


/************* Single Post Page *******************/
.post-container {
      margin-top: 60px;
      margin-bottom: 60px;
    }

    .post-title {
      font-size: 2rem;
      font-weight: 700;
      color: #0f2c4c;
      margin-bottom: 20px;
    }

    .post-author {
      font-style: italic;
      color: #7b7b7b;
      margin-bottom: 30px;
    }

    .post-content p {
      margin-bottom: 20px;
    }

    .sidebar-title {
      font-weight: 700;
      font-size: 1.3rem;
      color: #000;
      border-bottom: 2px solid #000;
      display: inline-block;
      margin-bottom: 25px;
    }

    .sidebar-section {
      margin-bottom: 50px;
    }

    .related-item {
      margin-bottom: 25px;
    }

    .related-item small {
      color: #c77a3a;
      font-weight: 600;
      text-transform: uppercase;
    }

    .related-item p {
      margin: 5px 0 0;
      font-size: 0.95rem;
    }

    .related-item span {
      font-size: 0.9rem;
      color: #777;
    }



/************* Report Page *******************/
.report-body section:nth-child(1), .report-body section:nth-child(2) {
    padding: 0px 0;
}


/************* Thankyou Page *******************/
section.thankyou {
    background: url(../images/thank-bg.jpg) no-repeat center center;
    background-size: contain;        /* Show complete image */
    
    display: flex;                   /* Enable centering */
    justify-content: center;         /* Horizontal center */
    align-items: center;             /* Vertical center */

    height: 100vh;                   /* Full screen height */
    text-align: center;              /* Optional */
}
section.thankyou .container{
    width:30%;
}
section.thankyou h1 {
    font-family: 'Poppins';
    color: #f67822;
}



/* Responsive: stack columns on small screens and reduce image height */
@media (max-width: 991px) {
    .hero-section h1{
        font-size: 50px;
    }
  .profile-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .f-image-wrap {
    height: 420px;          /* smaller height for tablets/phones */
  }
}

/* Accessibility: respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .f-image-wrap img { transition: none !important; will-change: auto !important; }
}

/* Mobile optimization: disable parallax visual weirdness */
@media (hover: none) and (pointer: coarse) {
  .f-image-wrap img { transform: translate(-50%, -50%); } /* no parallax */
}


/**** Media Query ****/
@media(max-width:1360px){
    .p-100{
        padding: 60px;
    }
    /*.container{
        max-width: 1140px;
    }*/
    /*a.navbar-brand img {
    width: 120px;
    height: 35px;
    }*/
    nav .btn{
        padding: 10px 20px;
    }
    h2{
        font-size: 35px;
    }
}


@media (max-width: 1280px){
	section.quote .quoteImage {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
section.quote .quote-box {
    font-size: 24px;
    /* padding: 20px; */
}
	
    section.thankyou .container {
    width: 60%;
}

    section.thankyou{
      background-size: cover;
    }
}


@media (max-width: 1279px) and (min-width: 992px) {
  .row.row-cols-1.row-cols-md-1.row-cols-lg-4 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 1100px) {
    
    nav.navbar ul.navbar-nav li.nav-item a.nav-link,  ul.dropdown-menu li a.dropdown-item {
        font-size: 13px;
    }
}
@media (max-width: 991.98px) { /* lg breakpoint */
  .navbar .collapse {
    position: absolute;
    top: 100%;        /* just below navbar */
    left: 0;
    right: 0;
    background: #fff; /* white background for menu */
    z-index: 1000;
    padding: 1rem;
  }
}

@media(max-width:999px){
    h1{
        font-size: 40px;
    }
    h2, .rise-section h2{
        font-size: 30px;
    }
    h1, h2, h3, h4, p, .sub-head, .s-box i, .case-study-section a{
        text-align: center;
    }
    section {
    padding: 50px 20px;
    }
    .btn{
        display: table;
        margin: 30px auto 0;
    }
    ul li p{
        text-align: left;
    }
    .cs-main-row {
    flex-direction: column;
    }
    .cs-main-row .col-md-6{
        width: 100%;
    }
    .journey-section .col-lg-4{
        padding: 15px;
    }
    p, .hero-content p{
        font-size: 15px;
    }
    .hero-section{
        padding: 80px 20px;
    }
    .circle-box{
        box-shadow: unset;
    }
    .buttons {
    display: block !important;
    }
    .left-col {
    padding-left: 0;
    }
    .right-col{
        padding-right: 0;
    }
    .G-logo{
        margin: auto;
    }
    .rise-section{
        height: 500px;
    }
    a.text-button.text-end{
        text-align: center !important;
    }
    .d-flex.justify-content-between.team-head {
    display: block !important;
    text-align: center;
}
.w-80{
    width: 100%;
}

}

@media(max-width:767px){
    footer img{
        margin: auto;
        display: block;
    }
    .journey-section .col-lg-4{
        flex: auto;
    }
       .p-100, .p-80 {
        padding: 20px;
    }
    .cs-sub-row {
    flex-direction: column;
    }
    .cs-sub-row .col-6{
        width: 100%;
    }
    .hero-content h4{
        font-size: 18px;
    }
    .hero-section h1, .rise-section h2{
        text-shadow: unset;
    }
    .img-cover{
        background: unset !important;
        min-height: auto;
    }
    .m-img{
        display: block;
    }
    img.bg-white.story-logo{
        width: 100px;
    height: 30px;
    }
    .fixed-btn{
        right: 10px;
        bottom: 10px;
        top: unset;
        transform: unset;
    }
    .btn-img{
        width: 80px;
    }
}

@media(max-width:480px){
    h1{
        font-size: 25px;
    }
     h2, .rise-section h2{
        font-size: 22px;
    }
    p.bottom-text{
        position: unset;p
        adding: 10px;
        line-height: 1.3;
        font-weight: 400;
        margin-top: 20px;
        text-align: left;
    }
    p.quote-box{
        font-size: 16px;
        padding: 30px;
    }
    p.quote-box:after{
        bottom: -200px;
        font-size: 200px;
    }
    .hero-section h1{
        position: unset;
        width: auto;
        font-size: 25px;
        margin-top: unset;
    }
    .hero-section, .rise-section{
        height: auto;
    }
    .btn{
        font-size: 12px;
    }
    
    .rise-section{
        padding: 120px 0;
    }
    .rise-section h2{
        margin-top: 0;
    }
    .rise-section p.bottom-text{
        position: absolute;
        bottom: 8px;
        left: 16px;
        font-size: 13px;
    }
        section.thankyou .container {
        width: 90%;
    }
     
}



/* On md+ screens, lock image to a fixed pixel height so both columns match */
@media (min-width: 768px){
  .vertical-img{
    aspect-ratio:auto;
    height:360px;   /* adjust to your taste (e.g., 320/380) */
  }
   .post-title {
        font-size: 1.7rem;
      }
      .sidebar-title {
        margin-top: 40px;
      }
    }
     .news-item {
        text-align: center;
      }
      .news-image {
        margin-top: 20px;
      }
}

/* Let the text block stretch to equalise column height */
.case-card .content{
  flex:1 1 auto;
}

/* Optional: make the two columns in a row stretch equally */
.equal-cols{
  align-items:stretch;
}




@media (max-width: 575px){
	section.founder-section .p-5 {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.aboutMain .p-5 , section.purpose-sec .p-5 , .whereWeOperate .p-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.purpose-sec {
    padding-bottom: 0;
}
section.team-section .teamcolumn , section.team-section .teamcolumn .team-card {
    padding: 0;
}
section#mentors .team-card , section#mentors .mentorsColumn{
    padding: 0 !important;
}
section#mentors h2 {
    margin-bottom: 1em !important;
}
section.case-study-section article.case-card {
    padding: 1em !important;
}
section.case-study-section .case-study-sectionColumn {
    padding: 0;
}
}