/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1782325973
Updated: 2026-06-24 18:32:53

*/




.tct .word{
  display:inline-block;
  opacity:0.15;
  transform:translateY(20px);
  color:#fff;
}


/* Split Image Animation */

.split-section{
    position:relative;
    height:100vh;
    overflow:hidden;
}

.split-section .panel{
    position:absolute;
    inset:0;
}

.split-section .final-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    z-index:50;
    opacity:0;
}

.split-section .final-content h1{
    font-size:70px;
    margin:0 0 20px;
    color:#000;
}

.split-section .final-content p{
    color:#000;
    margin:0;
}

.v-half.left h2 {
      font-family: "Playfair Display", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3em;
    color: #fff;
    width: 420px;
    margin-top: 30%;
    margin-left: 30px;
}

/* Vertical Split */

.split-section .v-half{
    position:absolute;
    top:0;
    width:50%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
}

.split-section .v-half.left{
    left:0;
    background-position:left center;
}

.split-section .v-half.right{
    right:0;
    background-position:right center;
}

/* Horizontal Split */

.split-section .h-half{
    position:absolute;
    left:0;
    width:100%;
    height:50%;
    background-size:cover;
    background-repeat:no-repeat;
}

.split-section .h-half.top{
    top:0;
    background-position:center bottom;
}

.split-section .h-half.bottom{
    bottom:1;
    background-position:center top;
}




/* Image and text Animation Homepage */

.parallax-section{
  height:300vh;
  background:#0e2f5f;
}

.parallax-section .parallax-wrapper{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  overflow:hidden;
}

/* LEFT IMAGE */
.parallax-section .image-area{
    width:50%;
    position:relative;
    overflow:hidden;
}

.parallax-section .img-slide{
    position:absolute;
    inset:0;
    will-change:transform, opacity;
}

.parallax-section .img-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.parallax-section .img-slide.active{
  opacity:1;
  transform:scale(1);
}

/* RIGHT TEXT */
.parallax-section .text-area{
  width:50%;
  padding:80px;
  color:#fff;
  position:relative;
  background-color: #0d2850;
}

.parallax-section .text-slide{
  position:absolute;
  opacity:0;
  transform:translateY(40px);
  transition:0.8s ease;
      display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 79vh;
    justify-content: space-between;
    width: 56%;
}

.parallax-section .text-slide.active{
  opacity:1;
  transform:translateY(0);
}

.parallax-section .text-slide h2 {
  font-family: "Playfair Display", sans-serif;
    font-size: 42px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 52px;
    letter-spacing: -2.5px;
    color: rgb(255, 255, 255);
}

.parallax-section .text-slide p {
  font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: rgb(255, 255, 255);
}


.parallax-section .text-slide span {
      font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 14px;
    color: rgb(255, 255, 255);
}




/* Video Animation About */



.hero{
  height:200vh;
  position:relative;
}

.hero .pin{
  position:sticky;
  top:0;
  height:100vh;
  overflow:hidden;
}

/* FRAME */
.hero .media{
  width:100%;
  height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero .frame{
  width:100vw;
  height:100vh;
  overflow:hidden;
}

/*.frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.15);
}*/

.hero .frame video {
      object-fit: cover;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    transform:scale(1.15);
}

/* TEXT */
.hero .content{
    position: absolute;
  color: #fff;
  z-index: 5;
  width: 100%;
  margin: auto;
  bottom: 0px;
}

.hero .content h1 {
    width: 78%;
    text-align: center;
    margin: auto;
    background-color: #00000038;
    padding: 42px 0px;
     font-family: "Playfair Display", Sans-serif;
    font-size: 65px;
    font-weight: 600;
    line-height: 88px;
    letter-spacing: -2.5px;
    color: #FFFFFF;
}






/* Three section Video Animation About */

.hero-expand{
  height:200vh;
  position:relative;
}

.hero-expand .video-row{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  overflow:hidden;
  background:#fff;
      align-items: center;
}

.hero-expand .video-box{
  height:100vh;
  overflow:hidden;
}

.hero-expand .left,
.hero-expand .right{
  width:33vw;
  height: 50vh;
}

.hero-expand .center{
  width:33vw;
  height: 50vh;
}

.hero-expand .video-box video{
  width:100%;
  height:100%;
  object-fit:cover;
}

.next-section{
  height:100vh;
  background:#fff;
}



/* Three Images Animation Service page */


/* SECTION HEIGHT FOR SCROLL */
.vista-scroll-section{
    position: relative;
    height: 300vh; /* controls hold duration */
}

/* PINNED HERO */
.vista-scroll-section #pin-wrapper{
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

/* TITLE */
.vista-scroll-section .hero-title{
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 4vw;
    pointer-events: none;
    justify-content: center;
}

.vista-scroll-section .hero-title span{
        font-size: clamp(7rem, 18vw, 16rem);
    font-weight: 700;
    line-height: .85;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: #ECE8E7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* CARDS */
.vista-scroll-section .cards-wrapper{
    position:absolute;
    inset:0;
    z-index:2;
}

.vista-scroll-section .card{
    position:absolute;
    overflow:hidden;
    will-change:transform,width,height,left,top;
    box-shadow:0 20px 50px rgba(0,0,0,.3);
}

.vista-scroll-section .card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* MOBILE */
@media(max-width:767px){

.vista-scroll-section .hero-title span{
    font-size:20vw;
}

}


/* Four Images Animation Service page */


/* ── SCROLL TRACK ── */
  .four-img-sec .track-l {
    position: relative;
    height: 420vh; /* Long track to accommodate initial view, animation, and holding states */
    background: #f1efe8;
  }

  /* Sticky viewport frame */
  .four-img-sec .sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* ── CARDS SCENE ── */
  .four-img-sec .cards-scene {
    position: relative;
    width: 100%;
    height: 100%;
    will-change: transform;
        z-index: 999;
  }

  /* ── INDIVIDUAL CARDS ── */
  .four-img-sec .fb {
    position: absolute;
    width: 302px;
    height: 190px;
    border-radius: 20px;
    overflow: hidden;
    will-change: transform, opacity;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18), 0 6px 20px rgba(0,0,0,0.08);
    top: 50%;
    left: 50%;
    transform-origin: center center;
    opacity: 1; /* Fully visible on load */
  }

  .four-img-sec .fb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Stacking orders: card 04 sits completely on top in the center */
  .four-img-sec .fb._01 { background: #2a2520; z-index: 1; }
  .four-img-sec .fb._02 { background: #1a2420; z-index: 2; }
  .four-img-sec .fb._03 { background: #24201a; z-index: 3; }
  .four-img-sec .fb._04 { background: #1a1e28; z-index: 4; } 

  /* ── TEXT CONTENT LAYERS ── */
  
  /* Initial central paragraph */
  .four-img-sec .intro-para {
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 57%;
    width: 100%;
    text-align: center;
    font-size: 33px;
    line-height: 43px;
    color: #163564;
    z-index: 10;
    padding: 0 20px;
    will-change: opacity, transform;
    letter-spacing: -0.5px;
    font-family: "Playfair Display", Sans-serif;
  }

  /* Splitting headlines into clean top and bottom fixed containers */
  .four-img-sec .heading-top {
    position: absolute;
    top: 8vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 15;
    width: 100%;
    will-change: opacity, transform;
    opacity: 0;
  }

  .four-img-sec .heading-bottom {
    position: absolute;
    bottom: 8vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 15;
    width: 100%;
    will-change: opacity, transform;
    opacity: 0;
  }

  .four-img-sec .xxl {
    font-size: clamp(44px, 7.5vw, 115px);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #163564;
    display: block;
    line-height: 1;
  }

  /* ── FEATURES SECTION ── */
  .four-img-sec .content-features {
    background: #f1efe8;
    padding: 140px 0 120px;
    position: relative;
    z-index: 30;
  }

  .four-img-sec .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5vw;
  }

  .four-img-sec .features-small {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2px;
    background: #d3d1c7;
    border: 2px solid #d3d1c7;
    border-radius: 24px;
    overflow: hidden;
  }

  .four-img-sec .card-features-small {
    background: #f1efe8;
    padding: 48px 36px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .four-img-sec .features-icon {
    width: 28px;
    height: 28px;
    opacity: 0.7;
    color: #111110;
  }

  .four-img-sec .h-s {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #111110;
    margin-bottom: 8px;
  }

  .four-img-sec .p-s {
    font-size: 14px;
    line-height: 1.6;
    color: #72716c;
  }

  .four-img-sec .cards-scene img {
    height: 297px;
    object-fit: cover;
}

@media(max-width:1400px){

.four-img-sec .cards-scene img {
    height: 209px;
    object-fit: cover;
}

.four-img-sec .fb {
    position: absolute;
    width: 273px;
    height: 160px;
}

}

