/*!
Theme Name: BIG DREAM
Theme URI: http://underscores.me/
Author: gotchamobi.com
Author URI: http://gotchamobi.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

/*---------------- FONTS --------------*/

@font-face {
    font-family: 'Roboto Flex';
    src: url('fonts/RobotoFlex-Regular.woff2') format('woff2'),
        url('fonts/RobotoFlex-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-Regular.woff2') format('woff2'),
        url('fonts/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-Light.woff2') format('woff2'),
        url('fonts/Figtree-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ----------------- Reset CSS Start ----------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address,strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup, menu, nav, section {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: none;
}
body { font-family: 'Archivo', sans-serif;line-height:1;overflow-x:hidden;}
footer,header {display:block;}


* {box-sizing: border-box;}

/*  ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6, 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { font-family: 'Montserrat', sans-serif;margin: 0;padding: 0}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
p, span {font-family: 'Lora', sans-serif;}
p img, p:empty; {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
p  {font-size:20px; line-height:30px; margin-bottom: 20px;}
h2 {
  font-size: 58px;
  line-height: 1.13;
  color: #06215d;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
}
h2 span {
	 color:  #a90056;
}
h4 {
  font-size: 36px;
  color: #331a27;
  margin-bottom: 20px ;
  line-height: 43px;
}

/* ----------------- Links ----------------- */
a,
a:visited,
a:hover,
a:focus {
  color: inherit;
  font-family: 'Archivo', sans-serif;
  text-decoration: none !important;
  outline: 0;
}
button {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  color: inherit;
  font-family: 'Archivo', sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
button:visited,
button:hover,
button:focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 transparent;
  border: 0 none;
}

/* ----------------- Transisiton for Links ----------------- */
#sidebar a,
#footer a,
#title a,
#header a,
#copyright a{
  -webkit-transition: all 0.07s ease-in;
       -moz-transition: all 0.07s ease-in;
        -ms-transition: all 0.07s ease-in;
         -o-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in;
}

p a,
p a:visited {line-height: inherit;}

ul {list-style: outside none none;margin: 0;padding-left: 15px;}
ul > li {    font-family: 'Lora', sans-serif;vertical-align: top;font-size:20px;line-height:30px;position:relative;}
input, textarea, label {font-family: 'Lora', sans-serif;}

img {max-width: 100%;height: auto;}


/* ----------------- Header CSS Start ----------------- */
.current_page_item .nav-link.active {
  color: #fff !important;
  border-bottom: 2px solid #fff !important;
}
#mob-navbar {
  position: absolute;
  top: 60px;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
  background:#06215D;
}
.mb-read {
  text-decoration: underline !important;
}
#mob-nav {
  background: #06215D;
}
.mbb-nn {
 padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.mbb-nn .nav-link {
  border-bottom: 1px solid #fff;
  color: #fff !important;
}
.mb-btn-head {
  margin-left: 30px;
  margin-top: 30px;
}
.m-men .nav-link {
  font-size: 20px !important;
  color: #fff !important;
  opacity: 1;
  padding: 0 !important;
  margin: 0 20px;
  font-family: 'Figtree';
}
.m-men {
  margin-left: 30px;
}
.hed-web .btn.btn-blue {
  font-size: 14px !important;
}
#mainnav-wrap {
  padding: 20px 0;
}
.btn.btn-blue {
  background: #32d3f5;
  border-radius: 200px;
  padding: 12px 24px;
  font-size: 16px !important;
  color: #13262a;
}
.navbar .nav-item:hover .dropdown-menu {
top: 100%;
visibility: visible;
transition: .5s;
opacity: 1;
}
.navbar .nav-item .dropdown-menu {
  display: block;
  border: none;
  margin-top: 0;
  top: 150%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  box-shadow: 0 4px 24px 0 rgba(0, 102, 102, 0.08);
  background: #fff;
  border-radius: 8px !important;
}
.dropdown-item {
  font-weight: 500;
  color: #13262a;
  font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #06215D;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #06215D;
}
.no-top-space {
  background: #06215d;
}
/* ----------------- Header CSS End ----------------- */

/*---------------- Home page Css Start ----------------*/
.hero-section-home {
  height: 100vh;
  align-content: center;
  background-size: cover !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
}
.banner-content h1 {
  color: #fff;
  font-size: 90px;
  line-height: 1.11;
  text-transform: capitalize;
  font-weight: 800;
  font-family:'Roboto Flex';
}
.banner-content p {
  font-size: 24px;
  color: #331a27;
  line-height: 33.6px;
}
.btn.btn-color {
  background: #32d3f5;
  border-radius: 200px;
  padding: 15px 24px;
  font-weight:500;	
  color: #13262a;
  font-size: 16px;
  line-height: 15px;
}
.btn.btn-transparent {
  border: solid 1px #73bedd;
  border-radius: 200px;
  padding: 16px 32px;
  font-size: 16px;
  color: #13262a;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #fff;
  font-size: 20px;
}
.btn-transparent-hero {
  background-color: rgba(0, 115, 162, 0.5);
  backdrop-filter: blur(15px);
  border-radius: 200px;
  padding: 20px 40px;
  -webkit-backdrop-filter: blur(15px);
  margin: 0 10px;
  font-size: 20px !important;
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-family: 'Figtree' !important;
	align-content:center;
}
.btn.btn-transparent-hero:hover {
  color: #06215D !important;
}
.banner-content h2 {
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  text-transform: uppercase;
}
/*-------------------- Footer Css  -------------*/
.footer-bottom {
  padding: 16px 0;
}
#footer {
  background: #06215d;
}
.footer-bottom .copyright li {
  color: #d0d6e0;
  font-size: 11px;
  font-family: 'Lora';
}
.social-link li {
  display: inline;
  margin: 0 10px;
}
.social-links-foter {
  text-align: center;
}
.privacy-links-foter {
  text-align: right;
}
.privacy-links-foter ul li {
  font-size: 11px;
  color: #d0d6e0;
  display: inline;
  border-right: 1px solid #d0d6e0;
  padding: 0 10px;
 font-family: 'Lora';
}
.privacy-links-foter ul li:last-child {
  border: none;
}
.footer-top {
  padding: 5rem 0;
}
.footer-logo-content {
  text-align: center;
}
.footer-logo-content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
}
.footer-logo-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  line-height: 1.5;
  font-family: 'Lora';
}
.greg-section-home {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.greg-section-home .form-wrap img {
  border-radius: 16px;
}
.greg-section-home h2 {
  font-size: 54px;
  line-height: 64px;
  margin-bottom: 34px;
}
.greg-section-home .icon-box-color h3 {
  font-size: 40px;
  text-align: center;
}
.greg-section-home .icon-box-color h4 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 6px;
}
.greg-section-home .icon-box-color p {
  font-size: 17px;
  line-height:27px;
  text-align: center;
  font-family: 'Lora', sans-serif;
}
.greg-section-home .icon-box-color {
  padding: 24px 24px;
}
.greg-section-home h5 {
  font-size: 23px;
  margin-bottom: 20px;
  line-height: 33px;
}
.greg-section-home .form-wrap {
  padding-right: 40px;
}
.our-ideal-partners {
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center !important;
}
.our-ideal-partners .heading-content {
  justify-content: center;
  text-align: center;
  height: auto !important;
  margin-bottom: 20px;
}
.our-ideal-partners .icon-box-color .row {
  justify-content: center;
  text-align: center;
}
.greg-section-home .form-wrap p {
  margin-bottom: 0;
}
.our-ideal-partners .icon-box-color .row h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 12px;
}
.our-ideal-partners .icon-box-color .row p {
  font-size: 17px;
  line-height: 27px;
  font-family: 'Lora', sans-serif;
}
.our-ideal-partners .icon-box-color .row .col-10 {
  width: 100%;
}
.meet-founder .image-wrap img {
  border-radius: 16px;
}
.meet-founder .image-wrap {
  padding-right: 40px;
}
.our-ideal-partners.partnerships-that-build-the-future .heading-content .col-lg-7 {
  width: 80%;
}
.our-ideal-partners.partnerships-that-build-the-future h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
  text-align: left;
}
.our-ideal-partners.partnerships-that-build-the-future .icon-box-color .row p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.our-ideal-partners.partnerships-that-build-the-future h3 {
  text-align: left;
}
.our-ideal-partners.partnerships-that-build-the-future .image-wrapper {
  margin-bottom: 20px;
	text-align:left;
}
/*-------------------- Inner Pages CSS -------------*/
.inner-page-banner {
  height: 100vh;
  background-size: cover !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
}
.inner-page-banner .banner-content {
  height: 90vh;
}
.inner-page-banner .banner-content h1 {
  color: #fff;
  font-family:'Roboto Flex';
  font-size: 80px;
}
.heading-section h2 {
  font-size: 64px;
  font-weight: bold;
  color: #06215d;
  line-height: 1.41;
  font-family: 'Montserrat';
}
.left-image {
  flex-direction: row-reverse;
}
.greg-muzzillo-section h2 {
  font-size: 48px;
  font-weight: bold;
  color: #06215d;
  line-height: 1.25;
  font-family: 'Montserrat';
}
.greg-muzzillo-section .content-column .content {
  background: #9edfff;
  border-radius: 32px;
  padding: 62px 70px;
  height: 100%;
}
.greg-muzzillo-section .content-column .content p {
	font-size: 24px;
	color: rgba(21, 28, 41, 0.9);
	line-height: 1.67;
	font-family: 'Lora';
}
.icon-box-in, .icon-box-in p {
  font-size: 20px;
  line-height: 1.64;
  color: #151c29;
  font-family: 'lora';
}
.here-are-some-facts h2 {
  font-size: 32px;
  color: #06215d !important;
  line-height: 42px;
  font-weight: bold;
  font-family: 'Montserrat';
}
.icon-box-in .row {
  margin-bottom: 23px;
}
.here-are-some-facts .image-wrap {
  background: #e3f0fb;
  border-radius: 16px;
  padding: 20px;
}
.here-are-some-facts .image-wrap img {
  margin-top: -60px;
}
.here-are-some-facts .image-wrap p {
  text-align: center;
  font-family: 'Figtree';
  font-size: 22px;
  line-height: 1.64;
}
.heading-content {
  justify-content: right;
  align-content: center;
  height: 60vh;
}
.let-dream-big-together {
  height: 90vh;
  margin-top: -25px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 30px;
}
.heading-content h2 {
  font-size: 52px;
  line-height: 1.2;
  color: #06215d;
  font-family: 'Montserrat';
}
.heading-content p {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(21, 28, 41, 0.9);
}
.icon-box-color {
  padding: 24px 32px;
  border-radius: 16px;
  background-color: #fff;
  height: 100%;
}
.icon-box-color p {
  font-size: 20px;
  color: #121417;
  line-height: 1.33;
  font-family: 'Montserrat';
  margin-bottom:0px;
}
.orange .icon-box-color {
  background: #ff8833;
}
.green .icon-box-color {
  background: #57d9b4;
}
.yellow .icon-box-color {
  background: #fdb833;
}
.let-dream-big-together.why-choose .heading-content {
  height: auto;
  justify-content: center;
  margin-bottom:20px;
}
.let-dream-big-together.why-choose .heading-content .col-lg-7 {
  text-align: center;
}
.let-dream-big-together.why-choose {
  height: auto;
  padding: 100px 0 !important;
}
.gform_required_legend {
  display: none;
}
.lets-talk-section {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.large {
  background: #fff;
  border-radius: 50px !important;
  border: none !important;
  height: 72px !important;
  color: #151c29 !important;
  font-size: 18px !important;
  margin-bottom: -10px !important;
}
.textarea {
  background: #fff;
  border-radius: 32px !important;
  border: none !important;
  color: #151c29 !important;
  font-size: 18px !important;
}
.gfield_label.gform-field-label {
  font-size: 18px !important;
  color: #151c29 !important;
  font-family: 'Montserrat' !important;
}
#gform_submit_button_1 {
  border-radius: 50px;
  background: #06215d;
  padding: 16px 32px !important;
  font-size: 18px;
  font-family: 'Montserrat' !important;
}
.lets-talk-section  h2 {
  font-size: 60px;
  color: #06215d;
  line-height: 1.2;
  font-family: 'Montserrat' !important;
}
.lets-talk-section p {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(21, 28, 41, 0.9);
}
.post-content li {
  list-style: disc;
  margin-bottom: 20px !important;
  display: list-item;
  font-size: 20px;
  line-height: 1.4;
}
.post-content  ul {
  margin-bottom: 20px;
}
.post-featured-image img {
  border-radius: 30px;
  max-height: 600px;
}
.post-featured-image {
   text-align:center;
}
.recent-post-item p {
  font-size: 18px;
}
.blog-bio {
  padding-left: 0;
}
.post-content ol {
  padding-left: 20px;
}
.post-content ol li {
  list-style: decimal;
}
.post-content ul li {
  list-style: disc;
}
.post-content li ul {
  margin-top: 20px;
}
.blog-bio li {
  display: inline-block;
  margin-right: 20px;
  font-size:16px;
}
.blog-bio li span {
  color: #06215D;
}
.recent-post-item h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recent-post-item .btn.btn-text {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  border-radius: 0 !important;
  padding: 0;
}
.recent-post-item .img-fluid {
  border-radius: 30px;
  height: 190px;
  width: 100%;
}
.post-content .wp-video {
  margin: 0 auto;
}
.blog-content-wrap {
	background:#F5F9FF;
	border-radius: 16px;
	height: 100%;
}
.blog-image img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height:300px;
  width:100%;
}
.blog-content {
  padding: 20px;
}
.blog-content h4 {
  font-size: 18px;
  color: #13262a;
  line-height: 1.5;
  font-weight: bold;
}
.blog-content p {
  font-size: 16px;
  line-height: 1.63;
  color: #5d5e60;
}
.hero-section-blog {
  height: 50vh;
  background-size: cover !important;
  background-position: bottom center !important;
  background-repeat: no-repeat !important;
}
.hero-section-blog .banner-content {
  height: 50vh !important;
}
.post-section h2 {
  font-size: 48px;
}
.related-posts h2 {
  font-size: 48px;
}
.related-posts {
  padding-top: 30px;
  background: #F5F9FF;
}
.inner-page-banner.contact-us {
	height: 50vh;
}
.inner-page-banner.contact-us  .banner-content {
  height: 50vh;
}
.inner-page-banner .banner-content p {
  color: #fff;
  margin-top: 20px;
}
.inner-page-banner.franchise .banner-content {
  text-align: left !important;
  align-items: start !important;
}
#sticky-wrap {
  display: none;
  background: #06215d;
  top: 100px;
  z-index: 9;
  padding:14px 0 !important;
}
.ready-to-achieve p {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(21, 28, 41, 0.9);
}
#sticky-wrap .m-men .nav-link {
  font-size: 13px !important;
  margin: 0 10px;
  border: 1px solid #fff !important;
  border-radius: 50px;
  padding: 8px !important;
}
#sticky-wrap .m-men {
  margin-left: 0;
}
#sticky-wrap .current_page_item .nav-link.active {
  color: #fff !important;
  border: solid 1px #73bedd !important;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}
.btn.read-more {
	padding: 0 !important;
	vertical-align: text-bottom;
	text-decoration: underline !important;
}
.post-section h1 {
  font-size: 48px;
  line-height: 1.13;
  color: #13262a;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
}
.post-section {
  background: linear-gradient(to bottom, #06215d 30%, transparent 20%);
}
.post-section .post-featured-image {
  margin-top: 130px;
}
.btn.btn-border {
  padding: 16px 32px;
  border: 1px solid #153073;
  display: flex;
  align-items: center;
  border-radius: 200px;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #153073 !important;
  gap: 15px;
  margin-bottom: 20px !important;
}
.single-btn-section .btn.btn-color {
  padding: 16px 32px;
  border-radius: 200px;
  font-size: 16px;
  font-weight: 500;
}
.btn.btn-border img {
  max-width: 24px;
}
.follow-us-section .btn.btn-border {
  width: 40%;
  margin: 0 auto;
}
.dream-big-section .btn.btn-border {
  width: 40%;
  margin: 0 auto;
  justify-content: start;
  position:relative;
}
.our-mision .image-wrap img {
  border-radius: 16px;
}
.our-mision-who-we-are .image-wrap img {
  border-radius: 16px;
}
.second-row .content {
  padding-right: 60px;
}
.our-mision.who-we-are .content {
  padding-left: 40px;
}
.dream-big-section .btn.btn-border::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  bottom: 16px;
  background-image: url('/wp-content/uploads/2025/09/arrow-outward-icon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.our-mision.what-we-offer li {
  list-style: disc;
  margin-bottom: 12px;
}
.our-mision.what-we-offer ul {
  padding-left: 20px;
}
.lets-talk-section.about-us h2 img {
  width: 80px;
}
.lets-talk-section.about-us h2 {
  font-size: 42px;
 }
.meet-founder.greg:not(.luandra) {
  background-color: #5a6170 !important;
  background-image: none !important;
}
.meet-founder.greg:not(.luandra) .content h2 {
  color: #ffffff;
}
.meet-founder.greg:not(.luandra) .content h2 span {
  color: #32d3f5;
}
.meet-founder.greg:not(.luandra) .content p {
  color: rgba(255, 255, 255, 0.88);
}
.meet-founder.greg:not(.luandra) .content a {
  color: rgba(255, 255, 255, 0.88);
}
.meet-founder.luandra {
  background-color: #f8f7ee !important;
  background-image: none !important;
}
.img-vid img {
  position: relative;
  left: 120px;
}
.team-box {
  background-color: #fff;
  padding: 20px;
  height:100%;
  border-radius: 30px;
}
.team-box h3 {
  font-size: 24px;
  line-height: 31.2px;
  color: #18234D;
  margin-bottom: 10px;
}
.team-box h5 {
  font-size: 16px;
  line-height: 19.2px;
  color: #E7C768;
  margin-bottom: 10px;
}
.team-box p {
  font-size: 16px;
  line-height: 26px;
  color: #331a27;
}
.team-box:hover {
  box-shadow: 1px 3px 10px #ccc;
}
.dream-team {
  background: #9EDFFF;
}
.our-ideal-partners .icon-box-color .row .col-2 {
  width: 97%;
}
.our-ideal-partners.partnerships-that-build-the-future .image-wrapper img {
  width: 60px;
}
.our-mision-who-we-are {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.first-row .content {
  padding-left: 0px;
}
.second-row .image-wrap {
  padding-left: 60px;
}
.first-row .image-wrap {
  padding-right: 60px;
}
.lets-talk-section h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px;
}
/* Text With Video Section */
.video-section .video-content {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto 20px;
}
.video-section .video-content h2 {
  margin-bottom: 16px;
}
.video-section .video-content p {
  margin-bottom: 24px;
}
.video-section .video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(6, 33, 93, 0.15);
}
.video-section .video-container {
  position: relative;
  width: 100%;
  background: #000;
}
.video-section .video-element {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.video-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}
.video-section .mute-toggle {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
}
.video-section .mute-toggle:hover {
  background: rgba(0, 0, 0, 0.82);
}
.video-section .mute-toggle i {
  color: #ffffff;
  font-size: 15px;
}
.video-section .play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.video-section .play-gif.play-button {
  width: 80px;
  height: 80px;
  cursor: pointer;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.video-section .play-gif.play-button:hover {
  background: #fff;
  transform: scale(1.1);
}
.video-section .play-icon-css {
  display: block;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 26px solid #06215d;
  margin-left: 6px;
}

/*-------------------- Media Queries -------------*/
@media (max-width: 1580px) {

}
@media (max-width: 1401px) {
.navbar-expand-xl .navbar-toggler {
    display: block;
}
#mainnav-wrap {
  display: none !important;
}
#mob-nav {
  display: block !important;
}
#sticky-wrap {
	top: 60px;
}
.navbar-toggler {
  background: #06215D;
  margin-right: 10px;
}
#mob-nav .btn {
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.mbb-nn {
  margin-bottom: 30px;
}	
.navbar .nav-item {
    position: relative;
}
.navbar-nav {
  display: flex;
  flex-direction: column !important;
  margin-bottom: 30px;
}
 #sticky-wrap .navbar-nav {
    display: flex;
    flex-direction: row !important;
    margin-bottom: 0px;
  }
	#sticky-wrap .m-men .nav-link {
  font-size: 10px !important;
  margin: 0 10px;
}
.navbar .nav-item .dropdown-menu {
    position: absolute;
    display: none;  /* Hide it completely */
    border: none;
    margin-top: 0;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
	font-size: 12px;
}
.navbar .nav-item:hover .dropdown-menu {
    display: block;  /* Show it on hover */
    opacity: 1;
}
.dropdown-item {
  font-size: 12px;
}
}
@media (max-width: 998px) {
.yellow .icon-box-color {
  position: relative;
  height: auto !important;
}
	.btn-div-yel {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 30px !important;
}
.adbvw .benefits-content {
  height: auto !important;
}
.adbvw .benefits-common {
  margin-bottom: 0 !important;
}
  .heading-section.ine-hed p {
    margin-bottom: 20px;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 28px !important;
  }
.meet-founder.greg:not(.luandra) {
  position: relative;
  overflow: hidden;
}
.meet-founder.greg:not(.luandra)::after {
  display: none;
}
.meet-founder.greg:not(.luandra) .row {
  min-height: 580px;
  align-items: stretch !important;
}
.meet-founder.greg:not(.luandra) .image-column {
  padding: 0 !important;
  display: flex;
}
.meet-founder.greg:not(.luandra) .image-wrap {
  padding: 0 !important;
  width: 100%;
  height: 100%;
}
.meet-founder.greg:not(.luandra) .image-wrap img {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.meet-founder.greg:not(.luandra) .content-column {
  padding: 60px 50px !important;
  display: flex;
  align-items: center;
}
.meet-founder.greg:not(.luandra) .content h2 {
  color: #ffffff;
}
.meet-founder.greg:not(.luandra) .content h2 span {
  color: #32d3f5;
}
.meet-founder.greg:not(.luandra) .content p {
  color: rgba(255, 255, 255, 0.88);
}
.meet-founder.greg:not(.luandra) .content a {
  color: rgba(255, 255, 255, 0.88);
}
.inner-page-banner {
  height: 70vh;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.team-box .col-lg-5 {
  text-align: center;
}
.greg-section-home h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 20px;
}
.meet-founder .image-wrap {
  padding-right: 0px;
}
.greg-section-home .form-wrap {
  padding-right: 0px;
}
.second-row .image-wrap {
  padding-left: 0px;
}
.first-row .image-wrap {
  padding-right: 0px;
  margin-bottom:30px;
}
.first-row .content {
  padding-left: 0px;
}
.team-box h3 {
  margin-top: 20px;
  padding-left: 20px;
}
.team-box p {
  padding-left: 20px;
}
.our-mision.who-we-are .content {
  padding-left: 0px;
}
.dream-big-section .btn.btn-border {
  width: 100%;
  margin: 0 auto;
}
.single-btn-section .btn.btn-color {
  width: 100%;
}
.follow-us-section .btn.btn-border {
  width: 100%;
  margin: 0 auto;
}
.inner-page-banner .banner-content h1 {
  font-size: 40px;
}
.heading-content h2 {
  font-size: 36px;
}
.heading-content p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(21, 28, 41, 0.9);
}
.heading-content {
  height: auto;
}
.let-dream-big-together {
  height: auto;
}
.icon-box-color p {
  font-size: 16px;
}
.heading-section h2 {
  font-size: 35px;
  line-height: 1.2;
}
.greg-muzzillo-section h2 {
  font-size: 34px;
}
.greg-muzzillo-section .content-column .content {
  padding: 30px 30px;
}
.greg-muzzillo-section .content-column .content p {
  font-size: 18px;
}
.here-are-some-facts.content-and-image-section.py-5 {
  padding-bottom: 100px !important;
}
.here-are-some-facts h2 {
  font-size: 28px;
  line-height: 1.4;
}
.icon-box-in, .icon-box-in p {
  font-size: 16px;
  line-height: 1.5;
}
.here-are-some-facts .image-wrap {
  margin-top: 40px;
}
.footer-logo-content h2 {
  font-size: 38px;
}
.footer-logo-content p {
  font-size: 18px;
}
.privacy-links-foter {
  text-align: center;
  padding: 20px;
}
.copyright {
  text-align: center;
  padding: 20px;
}
.footer-top {
  padding: 40px 0 0;
}
.lets-talk-section h2 {
  font-size: 36px;
}
.lets-talk-section p {
  font-size: 18px;
}
.hero-section-home {
  margin-top: 60px;
}
.btn-transparent-hero {
  padding: 18px 20px;
  font-size: 12px;
  align-content: center;
  margin-bottom: 10px;
}
.hero-section-home .banner-content h2 {
  font-size: 36px;
}
.botton-wrapper.d-flex.justify-content-center.my-5 {
  display: block !important;
  margin: 20px 0 !important;
}
.hero-section-home .banner-content h1 {
	font-size: 42px;
}
.banner-content h2 {
  font-size: 36px;
}
.post-section h2 {
  font-size: 36px;
}
.post-section  p {
  font-size: 16px;
  line-height: 24px;
}
.post-section .post-featured-image {
  margin-top: 100px !important;
}
h2 {
  font-size: 30px !important;
  line-height:40px !important;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.banner-content h3 {
  font-size: 28px;
}
.recent-post-item .img-fluid {
  margin-bottom: 20px;
}
.inner-page-banner.contact-us .banner-content {
  height: 58vh;
}
.inner-page-banner.contact-us {
  height: 50vh;
}
.recent-post-item {
  margin-bottom: 30px;
}
.blog-bio li {
  font-size: 12px;
}
.post-section h1 {
  font-size: 36px;
}
.second-row .content {
  padding-right: 0px;
}
.post-section {
  background: linear-gradient(to bottom, #06215d 20%, transparent 20%)  !important;
}
#sticky-wrap {
 display: none !important;
}
.ready-to-achieve p {
  font-size: 18px;
  line-height: 1.2;
  color: rgba(21, 28, 41, 0.9);
}
.recent-post-item .btn.btn-text {
  font-size: 14px;
}
.video-section .video-content {
  margin-bottom: 20px;
}
.video-section .play-gif.play-button {
  width: 56px;
  height: 56px;
}
.video-section .play-icon-css {
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 18px;
  margin-left: 4px;
}
}

/* Team Section */
.team-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 6px 28px rgba(6, 33, 93, 0.14);
  height: 420px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(6, 33, 93, 0.20);
}
.team-card-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
}
.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.team-card-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 50px 20px 20px;
  background: linear-gradient(to top, rgba(6,33,93,0.92) 0%, rgba(6,33,93,0.55) 60%, transparent 100%);
}
.team-card-name {
  font-size: 18px !important;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
}
.team-card-body p {
  font-size: 13px !important;
  color: #32d3f5 !important;
  margin-bottom: 0 !important;
  line-height: 1.4 !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Mission with Video Section */
.mission-with-video-section .video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(6, 33, 93, 0.14);
}
.mission-with-video-section .video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mission-with-video-section .video-element {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.mission-with-video-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
}
.mission-with-video-section .mute-toggle {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s ease;
}
.mission-with-video-section .mute-toggle:hover {
  background: rgba(0, 0, 0, 0.82);
}
.mission-with-video-section .mute-toggle i {
  color: #ffffff;
  font-size: 15px;
}
.mission-with-video-section .play-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 8;
}
.mission-with-video-section .play-gif.play-button {
  width: 72px;
  height: 72px;
  cursor: pointer;
  pointer-events: all;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
}
.mission-with-video-section .play-gif.play-button:hover {
  background: #ffffff;
  transform: scale(1.1);
}
.mission-with-video-section .play-icon-css {
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #06215d;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .mission-with-video-section .video-wrapper {
    border-radius: 14px;
  }
  .mission-with-video-section .col-12:first-child {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .mission-with-video-section .video-element {
    max-height: 280px;
    object-fit: cover;
  }
}
