@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-family: "Bookmania-regular", sans-serif;
    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;
    text-shadow: 3px 3px 0px #57668a;
}
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;

}
.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;
}


/**** Colors ****/
.bg-orange{
    background: #F67822;
}
.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: 250px;
    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 {
    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;
}

/***** images *****/
.img-cover{
    background-size: cover !important;
    min-height: 500px;
    background-repeat: no-repeat;
}


/******** Hero Section ***********/
.hero-section {
    position: relative;
    background: url('../images/adjusted_image.jpeg') no-repeat center center/cover;
    background-size: cover; 
    text-align: center;
    color: #fff;
    /*padding: 200px 0;*/
    height: 700px;
    background-position: bottom;      
}
/*.hero-section h1{
    position: absolute;
    top: 150px;
    font-size: 66px;
    right: 20px;
    width: 1000px;
}*/
p.bottom-text {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-shadow: 1px 1px 0px black;
    font-weight: 700;
}



/*: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{
    font-size: 15px;
    color: #f67822;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}
.case-study-section a i{
    margin-left: 5px;
}

.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;
}*/


/******* Team Section *********/
section.team-section {
    background: linear-gradient(to top, #f6782200 55%, #f6782200 28%, #ffffff 45%, #ffffff 58%), url(../images/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.team-card {
      background: #fff; 
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      /*box-shadow: 0 4px 12px rgb(0 0 0 / 8%);*/
      transition: transform 0.3s ease;
    }
    .team-card:hover {
      transform: translateY(-5px);
    }
    .team-card img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      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 {
    color: #000;
    font-size: 20px;
    }
    .team-card .social-icons a{
        font-size: 18px;
    }
    .social-icons a:hover {
      color: #0b3c2f;
    }

/****** 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: 24px;
      color: #F67822;

    }
    .social-icons a:hover {
      color: #F67822;
    }
    img.wa {
    height: 22px;
    width: 23px;
    margin-top: -8px;
}
.m-img{
    display: none;
}

/**** 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: 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) {
    a.navbar-brand img {
        width: 100px;
        height: 25px;
    }
    nav.navbar ul.navbar-nav li.nav-item a.nav-link{
        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;
    }

}

@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;
    }
}

@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;
    }
    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;
    }
    .hero-section, .rise-section{
        height: auto;
    }
    .btn{
        font-size: 12px;
    }
    a.navbar-brand img{
        width: 180px;
        height: auto;
    }
    .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;
    }
     
}