 /*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0.0
*/


@font-face {
    font-family: 'Franie Regular';
    src: url('fonts/Franie-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Franie Bold';
    src: url('fonts/Franie-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Franie SemiBold';
    src: url('fonts/Franie-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Franie Light';
    src: url('fonts/Franie-Light.ttf') format('truetype');
}

h1,h2, h3{
	font-family: 'Franie SemiBold' !important;
}

.regular h3{
	font-family: 'Franie Regular' !important;
}

.franie-light p,
.franie-light .elementor-widget-container{
    font-family: 'Franie Light' !important;
}

#site-header,
#site-footer,
.entry-title{
	display: none !important;
}

@keyframes zoomBackground {
    0% {
        background-size: 100%;
        box-shadow: inset 0 0 0 30px #FFF;
    }
    40% {
        background-size: 120%;
        box-shadow: inset 0 0 0 40px #FFF;
    }
    70% {
        background-size: 120%;
        box-shadow: inset 0 0 0 0px #FFF;
    }
    100% {
        background-size: 100%;
        box-shadow: inset 0 0 0 0px #FFF;
    }
}


@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


.section {
  position: relative;
  z-index: 1;
}

.section::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border: 35px solid transparent;
  opacity: 0;
  transition: opacity 0.9s ease, border-color 0.9s ease;
  pointer-events: none;
  z-index: 2;
}

/* Only show border when border-visible is active */
.section.border-visible::before {
  opacity: 1;
}

/* Set border color per section */
#section-01.border-visible::before { border-color: #FFFFFF; }
#section-02.border-visible::before { border-color: #0a2051; }
#section-03.border-visible::before { border-color: #FFFFFF; }
#section-04.border-visible::before { border-color: #0a2051; }
#section-05.border-visible::before { border-color: #FFFFFF; }
#section-06.border-visible::before { border-color: #FFFFFF; }
#section-07.border-visible::before { border-color: #0a2051; }
#section-08.border-visible::before { border-color: #0a2051; }
#section-09.border-visible::before { border-color: #0a2051; }




/* Apply animations when section is visible */
.section.active {
    animation: fadeIn 1s ease-out forwards, zoomBackground 3.5s ease-in-out forwards;
}

/* Keep border on previous section */
.section.previous {
    border-width: 35px; /* Adds border when moving to the next section */
}

.main-menu a{
	font-family: 'Franie SemiBold' !important;
}

.header{
	position: fixed !important;
}

.home .logo img{
	width:100%;
	transition: opacity 0.3s ease-in-out;
}

.main-menu {
    transition: color 0.3s ease-in-out;
}

.main-menu a {
    color: black; /* Default menu color */
    transition: color 0.3s ease-in-out;
}

.main-menu nav{
    width: 100% !important;
}

.scrolled .main-menu a, 
.blue-menu a {
    color: #0b2150 !important; /* Change menu color to blue */
}

.white-menu a {
    color: #FFF !important; /* White menu text */
}

.owl-stage .item h3{
    font-size: 15px;
    color: #0f1e57;
}

.page-id-215 .menu-item a,
.page-id-296 .menu-item a,
.page-id-264 .menu-item a,
.page-id-976 .menu-item a{
    color: #7d7e97 !important;
}

.page-id-215 #menu-item-281 a,
.page-id-264 #menu-item-280 a,
.page-id-296 #menu-item-525 a,
.page-id-976 #menu-item-1060 a
{
    color: #0F1D58 !important;
}

.page-id-820 #menu-item-1059 a{
    color: #656684;
}

.elementor-element-382a089 .e-con-inner{
    max-width: 100% !important;
}

.logo img{
    width:100px;
    transition: opacity 0.3s ease-in-out;
}

.page-id-820 .logo img{
    width:auto !important;
    transition: opacity 0.3s ease-in-out;
}

.blue-border{
    border:15px solid #0a2051;
}

.white-border{
    border:15px solid #FFF;
}

.grey-border{
    border:15px solid #656684;
}

.elementor-element-65ca9d8{
    background-size: cover !important;
}

.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption{
    padding: 10px !important;
    text-align: left !important;
}

.faq .e-n-accordion-item-title-header{
    width: 100%;
}

a.read-more,
.learn-more {
    background-color: #656684;
    color: #FFF;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    border: 2px solid #CAD6EF;
    border-radius: 10px;
    text-decoration: none;
}

/* Initial state: zoomed out + border */
.zoom-border {
  transform: scale(0.8);
  border: 20px solid red; /* adjust color/thickness as you like */
  transition: all 1s ease;
  box-sizing: border-box;
  overflow: hidden;
}

/* Zoomed in state: full size, no border */
.zoom-border.zoomed-in {
  transform: scale(1);
  border-width: 0;
}

.slideshow .e-con-inner{
    padding: 0px;
}

/* Enable scroll snapping on the whole page */
html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}

/* Default height for all sections */
.section {
  height: calc(100vh - 80px);
  margin: 0;
  scroll-snap-align: start;
  box-sizing: border-box;
}

.single-post .section {
  height: auto;
  scroll-snap-align: none;
}

/* Sections that should snap to the viewport top */
.snap-section {
  scroll-snap-align: start;
}

/* Sections that should scroll normally */
.no-snap-section {
  scroll-snap-align: none;
  height: auto; /* allow natural height */
}

.section .inner {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.s ease, opacity 0.9s ease;
}

.section.active .inner {
  transform: translateY(0);
  opacity: 1;
}



/********* MEMBER SECTION *******/
/* RESET all styles initially */
.team-members .member {
  filter: grayscale(0%);
  transform: scale(1);
  transition: filter 0.4s ease, transform 0.4s ease;
}

/*.team-members:hover .member {
  filter: grayscale(100%);
}
*/
.team-members .member:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
  z-index: 2;
}


.page-id-820 footer{
    display: none;
}

.wpcf7-form input,
.wpcf7-form textarea{
    border-radius: 15px;
    border:2px solid #656684;
}

.contact-form p label{
    color:#FFF;
    width: 100%;
}

.contact-form p label br{
    display: none;
}

.wpcf7-submit{
    background-color: #656684;
    color: #FFF;
    border: 2px solid #FFF !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-form{
    display: none;
}


form.wpcf7-form.init {
    width: 100%;
    margin: 0 auto;
}

#comments{
    display: none;
}

.floating-scroll-arrow {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
}

.arrow-circle {
  width: 50px;
  height: 50px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
}

.arrow-down {
  width: 12px;
  height: 12px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
  margin-top: 5px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(6px);
  }
  60% {
    transform: translateY(3px);
  }
}


.dot-nav {
  position: fixed;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 9999;
}

.dot {
  width: 5px;
  height: 5px;
  background-color: #656684;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  width: 14px;
  height: 14px;
  background-color: #656684;
  margin-left: -5px;
}


.page-id-820 .dot-nav{
    display: none;
}


#mouseScroll {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease;
}

.mouse {
  width: 24px;
  height: 40px;
  border: 2px solid #a0a1c7;
  border-radius: 16px;
  position: relative;
}

.scroller {
  width: 4px;
  height: 8px;
  background: #a0a1c7;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
    top: 8px;
  }
  50% {
    opacity: 1;
    top: 16px;
  }
  100% {
    opacity: 0;
    top: 24px;
  }
}

/* Show arrows only if arrow-scroll class is active */
.mouse-scroll.arrow-active .mouse::before,
.mouse-scroll.arrow-active .mouse::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #a0a1c7;
  border-right: 2px solid #a0a1c7;
  animation: arrowMove 1s infinite ease-in-out;
}

.mouse-scroll.arrow-active .mouse::before {
  top: 12px;
  left: -15px;
  transform: rotate(-135deg);
}

.mouse-scroll.arrow-active .mouse::after {
  top: 12px;
  right: -15px;
  transform: rotate(45deg);
}

@keyframes arrowMove {
  0%, 100% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(3px) rotate(45deg);
  }
}


a.ma-el-post-btn {
    border: 2px solid #CAD6EF;
    padding: 5px 15px 5px 15px;
    background-color: #656684;
    color: #FFF;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    top: 20px;
}

div#n2-ss-2 .n2-ss-slider-4{
    height: 100vh !important;
}

.n2-ss-slide{
    height: 100vh !important;
}


@media only screen and (max-width: 1114px) {
    .header{
        padding-top:0px !important;
    }
    .elementor-144 .elementor-element.elementor-element-29c125d3 > .elementor-widget-container{
        padding: 0px 30px 0px 0px !important;
    }
    .member .elementor-widget-container img{
        max-width: 60% !important;
    }
}

@media only screen and (max-width: 768px) {
  .mobmenul-container{
    width: 100% !important;
  }
  .mobmenul-container i{
    float: right !important;
    right: 10px;
    position: relative;
    top: 15px;
  }

  /* section 1 */
  .elementor-element.elementor-element-9f1134a{
    min-height: 600px !important;
  }
  .dot-nav{
    display: none;
  }

  .elementor-215 .elementor-element.elementor-element-f0ac8bc p br{
        display: none;
  }

  .mob-standard-logo{
        position: relative;
        left: -90px;
        height: 60px !important;
    }
    #mouseScroll{
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .mob-menu-logo-holder{
        text-align: left;
    }

    .mob-menu-logo-holder img{
        height: 45px !important;
        position: relative;
        top: 20px;
        left: -70px;
    }


}

@media only screen and (max-width: 430px) {
    .mob-menu-logo-holder img{
        left: -50px;
    }
}

@media only screen and (max-width: 428px) {
    .mob-menu-logo-holder img{
        left: -45px;
    }
}

@media only screen and (max-width: 414px) {
    .elementor-11 .elementor-element.elementor-element-b63e8f6 .elementor-heading-title{
        font-size: 35px;
    }
    .mob-menu-logo-holder img{
        left: -35px;
    }
}

@media only screen and (max-width: 393px) {
    .mob-menu-logo-holder img{
        height: 40px !important;
    }
    .elementor-11 .elementor-element.elementor-element-1b6f075 .elementor-heading-title{
        font-size: 35px;
    }
    .elementor-11 .elementor-element.elementor-element-3484ffc .elementor-heading-title{
        font-size: 30px;
    }
}