/*
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.1780336551
Updated: 2026-06-01 17:55:51

*/


.sticky-header.is-sticky {
	background-color: #f3f3f3 !important;
	border-bottom: 1px solid #d9c79e99;
	transition: all 0.3s ease;
}
.sticky-header .header_logo_hover {
	min-width: 120px !important;
	display: none;
}
.sticky-header.is-sticky .header_logo {
	display: none;
}
.sticky-header.is-sticky .header_logo_hover {
    display: block;
}
.sticky-header.is-sticky a.elementor-button {
    border: 1px solid #3b3836 !important;
    display: inline-block;
    color: #3b3836;
    transition: all 0.3s ease;
}
.sticky-header.is-sticky a.elementor-button:hover {
    border: 1px solid #8B7533 !important;
}
.timelineee .tracking-wide{
    letter-spacing: 0.025em;
    color: #3b3836;
    font-size: 13px;
    font-weight: 500;
}
.timelineee .transition-colors:hover .tracking-wide{
    background: #fff;
}


/* Animation Title CSS */

.reveal-title{
    overflow:hidden;
}

.reveal-title .word{
    display:inline-block;
}

/* Other Title js accoridng to class  */

.reveal-title2{
    overflow:hidden;
}

.reveal-title2 .word-wrap{
    display:inline-block;
    overflow:clip;
}

.reveal-title2 .word{
    display:inline-block;
}

/*The Sultanate  Animation Section CSS Image Scrol Cut   */

.reveal-image{
    overflow:hidden;
    clip-path: inset(55% 0 0 0);
}

.reveal-image img{
    display:block;
    width:100%;
    height:auto;
    transform:scale(1.06) translateY(-0%);
    will-change:transform;
}


/* The Foundations Section Animation CSS */

.reveal {
    opacity: 0;
    transform: translateY(40px);
}


/*  Purpose-built Animation CSS  */


.what_we_offer {
    opacity: 0.2;
}

/*  Engage with us early Section  Animation CSS  */

.reveal-wrapper {
  overflow: hidden;
  background: oklch(0.55 0.05 240 / 0.32);
  min-height: 60vh;
  gap: 20px;
  padding: 60px !important;
  position: relative;

  /* performance boost */
  will-change: clip-path;
}

.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* smoother GPU animation */
  will-change: transform;
  transform: scale(1.05) translateY(5%);
}

a#engagebutton {
  width: 100%;
}
