/*
 Theme Name:   Landfallip
 Theme URI:    https://goaugment.io
 Description:  Genesis Child Theme
 Author:       Kadiravan Vellingiri
 Author URI:   https://goaugment.io
 Template:     genesis-block-theme
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  GenesisChildTheme
*/
@import url('variable.css');

html {
  font-size:100%;
}
body {
  margin: 0;
  font-family: "InterTightRegular", sans-serif;
  background: var(--light-grey-bg);
  color: var(--white);
  overflow-x: hidden;
}

a {
  transition: all 0.3s ease;
}

.text-muted {
  color: var(--text-muted) !important;
}

.z-index-9 {
  z-index: 9;
}

.border-blue-btm {
  border-bottom: 1px solid var(--blue-border-20) !important;
}

input,
button,
textarea {
  font-family: 'InterTightRegular', sans-serif;
  font-size: 1rem;
  color: var(--grey-100);
  outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, select:focus{
  box-shadow: none;
  border: none;
}

h1, #textContainer {
  font-family: 'AvenirRegular', sans-serif;
  font-weight: normal;
  font-size: 4.5rem;
  line-height: 4.5rem;
}

span.animated-part {
    line-height: 1.1;
}

.static-part{
  color: var(--primary-color);
}

h2, .slide-title, .entry-header .entry-title, .editor-post-title__input, .text-section {
  font-family: 'AvenirRegular', sans-serif;
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1.1;
}

h3 {
  font-family: 'AvenirRegular', sans-serif;
  font-weight: normal;
  font-size: 2.375rem;
  line-height: 1.1;
}

h4 {
  font-family: 'InterTightRegular', sans-serif;
  font-weight: normal;
  font-size: 2rem;
}

h5 {
  font-family: 'InterTightRegular', sans-serif;
  font-weight: normal;
  font-size: 1.65rem;
}

h6 {
  font-family: 'InterTightRegular', sans-serif;
  font-weight: normal;
  font-size: 1.375rem;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.white-btn.coming-zoon-btn:hover span,
.primary-btn.coming-zoon-btn:hover span {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.white-btn.coming-zoon-btn::after,
.primary-btn.coming-zoon-btn::after {
  content: "Coming soon";
  position: absolute; 
  transform: translateX(-50%);
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.white-btn.coming-zoon-btn::after{
 left: 50%;
}

.primary-btn.coming-zoon-btn::after {
   left: 45%;
}
.white-btn.coming-zoon-btn:hover::after,
.primary-btn.coming-zoon-btn:hover::after {
  opacity: 1;
}

.white-btn.coming-zoon-btn:hover img,
.primary-btn.coming-zoon-btn:hover img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
p, .search-results .entry-content{
  font-size: 1rem;
}

.header .primary-btn, .header .outline-btn {
    height: 32px !important;
    padding: 5px 24px !important;
}


.body-s {
  font-size: 0.85rem;
  font-family: 'InterTightRegular', sans-serif;
}

.body {
  font-size: 1rem;
  line-height: 1.5rem;
}

.body-m {
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'InterTightMedium', sans-serif;
}

.body-caps {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.subtitle {
  font-size: 1.125rem;
  line-height: 150%;
}

.body-caps-m {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: 'InterTightMedium', sans-serif;
}

.btn-outline-dark {
  border-color: var(--grey-100);
  color: var(--grey-100);
  border-radius: 26px;
  height: 32px;
  font-size: 0.875rem;
  font-family: 'InterTightMedium', sans-serif;
  display: flex;
  align-items: center;
}

.card-body small img {
    width: 19px;
    height: 16px;
    opacity: 0.4;
    position: relative;
    top: -2px;
}

li.careers-link {
    color: var(--text-light-grey);
}

.white-btn.medium {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 1px 24px 0;
  max-width: max-content;
  background-color: var(--white);
  border-radius: 24px;
  color: var(--grey-100);
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'InterTightMedium', sans-serif;
  font-size: 0.875rem;
}

/* Top banner */
.banner-sec {
  background-color: var(--light-grey-bg);
  height: calc(100vh - 70px);
  position: relative;
}

.banner-sec::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-image: url('assets/images/banner-wave.svg');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 9;
}

.banner-image {
  width: 400px;
  height: 400px;
}

.banner-content-wrap {
  height: calc(100vh - 130px);
}

.banner-content p {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: 'InterTightMedium', sans-serif;
  margin-bottom: 16px;
}

h1.banner-title {
  margin: 0;
  color: var(--text-light-grey);

}

.page-id-23 h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.banner-title span {
  color: var(--primary-color);
  margin-right: 8px;
}
a.primary-btn.sub-btn.medium.d-block.mx-auto {
    padding: 13px 28px;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Middle Scroll Section */
/* Middle Scroll Section */
#scroll-section {
  position: relative;
  /* Increase height to ensure ScrollTrigger catches it */
  height: 100vh; 
  background: var(--dark-blue);
  overflow: hidden;
}

.scroll-content {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* New class to ensure the scroll content sticks and covers the screen */
.scroll-content.fixed-active {
    position: fixed; /* Override sticky when locked, though sticky should be fine */
    top: 0;
    left: 0;
    width: 100%;
}
.scroll-content.fixed-active {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
}

/* Background layers */
.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
}

.bg-layer-fixed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: opacity 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.1rem;
  border-bottom: 20px solid var(--light-grey-bg);
}

/* Text sections */
/* .text-section {
  position: absolute;
  text-align: center;
  opacity: 0;
  transform: translateY(-20px);
  top:20%;
  max-width: 820px;  
  display: flex;
  flex-direction: column;
  align-items: center;
  
} */

.text-section {
/*   position: absolute; */
  top: 20%;
  text-align: center;
  transform: translate(-50%, -50%) scaleY(0);
  transform-origin: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transform: scaleY(0);
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
 /*  transform-origin: top center; For the vertical blind effect */
  overflow: hidden; /* Prevents any text flicker during scaling */
  /*backface-visibility: hidden;
  will-change: transform, opacity; */
}

.text-section .line {
  display: block;
  overflow: hidden;
}


.blind-inner {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  backface-visibility: hidden;
  will-change: transform, opacity;
  display: inline-block;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 500;
}

.tabs-filter a{
  text-transform: uppercase;
}

.text-section .line > span {
  display: block;
  margin-bottom: 32px;
  font-size: 0.875rem;
}

/* Progress indicator */
.scroll-indicator {
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  margin: auto;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
}

.progress-ring {
  transform: rotate(-90deg);
}

.ring-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2;
}

.ring-progress {
  fill: none;
  stroke: var(--white);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 251.2;
  /* circumference of r=40 */
  stroke-dashoffset: 251.2;
  transition: stroke-dashoffset 0.1s linear;
}

.progress-text {
  position: absolute;
  font-size: 0.875rem;
  color: var(--white);
  margin-top: 4px;
  text-transform: uppercase;
  font-family: 'InterTightMedium', sans-serif;
}


/* Bottom section */


.bottom-page p {
  font-size: 0.875rem !important;
  line-height: 1.1rem;
  margin-bottom: 32px;
}
.bottom-page p.body {
    font-size: 1rem !important;
}
.bottom-page h1 {
  color: var(--grey-100);
}

.scroll-sec {
  position: relative;
}

.scroll-sec .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  border: none;
  color: white;
  font-size: 3rem;
  padding: 0.3em 0.4em;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  transition: background 0.3s ease;
      width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}
.scroll-sec  .nav-btn:hover {
  background: rgba(255,255,255,0.4);
}
.scroll-sec .nav-prev {
    left: 0;
    transform: rotate(85deg);
    right: 0;
    margin: 0 auto;
    top: 9%;
        width: 80px;
    height: 80px;
    background: transparent !important;
    border: 1px solid var(--white) !important;
}
.scroll-sec  .nav-next {     
     left: 0;
    transform: rotate(88deg);
    right: 0;
    margin: 0 auto;
    top: 70%; 
    width: 80px;
    height: 80px;
    background: transparent !important;
    border: 1px solid var(--white) !important;
  
  }

/* Header styles */
header {
  background-color: var(--white);
  border-top: 4px solid var(--primary-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      position: relative;
    z-index: 999;
}

.header-logo {
    max-width: 203px;
    min-width: 150px;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.main-menu li a {
  text-decoration: none;
  color: var(--grey-100);
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'InterTightMedium', sans-serif;
  text-transform: uppercase;
}

.page-template-default .primary-btn, .primary-btn  {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  padding: 6px 24px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'InterTightMedium', sans-serif;
  text-transform: uppercase;
  border-radius: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 48px;
}



.page-template-default .primary-btn.medium, .primary-btn.medium  {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 3px 24px 0;
  max-width: max-content;
  position: relative;
}

.discover-banner-content-wrap{
  position: relative;
  z-index: 999;
}

.discover-banner-content {
  height: 100%;
}

.text-btn {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--grey-100);
  font-family: 'InterTightMedium', sans-serif;
  transition: all 0.3s linear;
}

.text-btn:hover {
  color: var(--grey-100);
  opacity: 0.8;
}

.bottom-page h4 {
  color: var(--dark-blue);
}

.page-template-default .primary-btn:hover, .primary-btn:hover {
  background-color: var(--grey-100);
  color: var(--white);
}
.page-template-default .primary-btn:active, .primary-btn:active {
  color: var(--white);
}
.page-template-default .primary-btn:focus, .primary-btn:focus {
  color: var(--white);
}

.page-template-default .outline-btn,  .outline-btn  {
  background-color: transparent;
  color: var(--grey-100);
  border: 1px solid var(--grey-100);
  padding: 6px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'InterTightMedium', sans-serif;
  text-transform: uppercase;
  border-radius: 32px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-template-default .outline-btn:hover, .outline-btn:hover {
  background-color: var(--grey-100);
  color: var(--white);
}

.bottom-page {
  background-color: var(--light-grey-bg);
  color: var(--grey-100);
  padding: 100px 0 0px !important;
}

.bottom-page .row {
  border-bottom: 1px solid var(--grey-100);
  padding-bottom: 48px;
  align-items: center;
}

.bottom-page h2 {
  color: var(--grey-100);
}

footer ul.footer-social {
  margin-left: -11px;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-40 {
  opacity: 0.4;
}

ul.footer-social {
  display: flex;
  gap: 8px;
  padding: 0;
  flex-direction: row;
  list-style: none;
}

ul.footer-social li a {
  opacity: 1;
}

ul.footer-social li {
  padding-left: 0 !important;
}

ul.footer-social li::before {
  display: none;
}

ul.footer-social li a:hover {
  opacity: 0.7;
}

footer {
  width: 100%;
  padding-top: 45px;
}

.bottom-page h5 {
  font-size: 0.875rem;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: 'intertightmedium', sans-serif;
  margin-bottom: 16px;
}

.subscribe-sec {
  border: 1px solid var(--grey-100);
  border-radius: 24px;
  position: relative;
  max-width: 324px;
  height: 48px;
  padding: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

input[type="text"]::placeholder {
  color: var(--grey-100);
  font-size: 0.875rem;
  font-family: 'InterTightRegular', sans-serif;
}

.subscribe-sec input {
  background-color: transparent;
  border: none;
  height: 100%;
  width: 100%;
  padding: 0 40px 0 16px;
  height: 37px;
}

.footer-btm p {
  font-size: 0.875rem;
  color: var(--grey-100);
  opacity: 0.4;
}

.subscribe-sec button {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: var(--dark-blue);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  top: 3px;
  right: 4px;
  border: none;
  transition: all 0.3s ease;
}

.subscribe-sec button:hover {
  opacity: 0.7;
}

.subscribe-des {
  font-size: 0.875rem;
  color: var(--grey-100);
  opacity: 0.4;
}

.bottom-page footer .row {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-left: 0;
}

.footer-menu ul li a {
  text-decoration: none;
  color: var(--grey-100);
  font-size: 0.875rem;
  font-family: 'InterTightMedium', sans-serif;
  text-transform: uppercase;

}

.bottom-page {
  background-image: url('assets/images/footer-bg.svg');
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right bottom;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

  .bottom-page::after{
    width: 18px;
    height: 40px;
    background-image: url('assets/images/logo-icon-only.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 3%;    
    right: 4%;    
    content: '';
    background-size: cover;
  }

/* textanimation*/
/* Style for the container, ID MUST match the JavaScript CONTAINER_ID */


#textContainer {
  position: relative;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center; */
  font-family: "AvenirRegular", sans-serif;
  margin: 20px 40px 20px 0;
  line-height: 3.5rem;
  justify-content: flex-start;
  letter-spacing: -1px;
  min-height: 160px;
}

.home .banner-content h1 {
 color: var(--primary-color);
 margin-bottom: 0 !important;
}

.char {
  display: inline-block;
  transition: color 0.3s ease;
}

.desaturated {
  color: var(--text-light-grey);
}

.colored {
  color: var(--primary-color);
}

.cursor {
  position: absolute;
  width: 20px;
  height: 50px;
  pointer-events: none;
  transition: left 0.1s linear, top 0.1s linear;
}

/*About page*/
.about-banner-content p {
  color: var(--grey-100);
}
.about-banner-content{
  position: relative;
  z-index: 99;
}

.about-banner-content h1 {
  color: var(--grey-100);
}

.about.banner-sec::before {
  background-image: url('assets/images/about-banner-bg.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
}

.about.banner-sec {
  height: 100vh;
  overflow: hidden;
}

.about-banner-content h1 img.about-logo-icon {
  width: 33px;
  height: 80px;
  margin: 0 16px 0 0;
  transform: rotate(10deg);
}

/* About scrol animation style*/
.why-section {
  /* height: calc(100vh * 2);  required for 4 steps */
  position: relative;
  background-color: var(--white);
  color: var(--grey-100);
  background-image: url('assets/images/why-we-are-sec-bg.svg');
  background-size: 200px;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-inner {
  position: relative;
  top: 0;
 min-height: 100vh;  /* Make sure it fills screen */
  height: auto;       /* Allow content to expand correctly */
  display: flex;
  align-items: center;
  padding: 6rem 20% 6rem;
  box-sizing: border-box;
} 

.page-template-template-about{
  overflow: unset !important;
}

.why-inner .progress-text {
  color: var(--grey-100);
  margin-top: 40px;
}

.left-col {
  width: 35%;
  padding-right: 2rem;
  box-sizing: border-box;
  position: relative;
  top: -31px;
  margin-bottom: 24px;
}

.right-col {
  width: 43%;
  margin-left: auto;
  box-sizing: border-box;
}

/* Titles on the left */
.title-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.title-item {
  opacity: 1;
  transform: translateY(0);
  transition: none;
  font-size: 3.5rem;
  line-height: 1.05;
  color: var(--grey-100);
  margin-bottom: 1.5rem;
}

.title-item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Right side paragraphs */
.para {
  opacity: 1;
  transition: none;
  font-size: 1.375rem;
  color: var(--grey-100);
  margin-bottom: 2rem;
}

.para.active {
  opacity: 1;
}

/* small progress UI (optional) */
.progress-wrap {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  gap: 12px;
  align-items: center;
}



.progress-line {
  width: 260px;
  height: 2px;
  background: var(--text-light-grey);
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.progress-line .fill {
  height: 100%;
  background: var(--grey-100);
  width: 0%;
  transition: width 200ms linear;
}

.title-sec-lite h2 {
  color: var(--grey-100);
}

/* About scrol animation style*/

/* value proportion style */
.card-value {
  background: rgba(255, 255, 255, 0.07);
  padding: 24px;
  height: 100%;
}

.card-value h6 {
  margin-bottom: 32px;
  line-height: 1.1;
  font-size: 1.33rem;
}

/* value proportion style */
.trusted-innovators-sec {
  position: relative;
  padding: 100px 0;
}

.trusted-innovators-sec::before {
  background-image: url('assets/images/trusted-partner-left-bg.svg');
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  width: 190px;
  height: 190px;
  background-position: left bottom;
  z-index: 99;
}

.trusted-innovators-sec .container {
  position: relative;
}

.trusted-innovators-sec .container::before {
  position: absolute;
  width: 40%;
  height: 100px;
  background: var(--light-grey-bg);
  background: linear-gradient(90deg, rgba(237, 241, 244, 1) 16%, rgba(237, 241, 244, 0.3) 100%);
  content: '';
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 9;
}

.trusted-innovators-sec .container::after {
  position: absolute;
  width: 40%;
  height: 100px;
  background: var(--light-grey-bg);
  background: linear-gradient(270deg, rgba(237, 241, 244, 1) 16%, rgba(237, 241, 244, 0.3) 100%);
  content: '';
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 99;
}

.trusted-innovators-sec::after {
  background-image: url('assets/images/trusted-partner-right-bg.svg');
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  width: 190px;
  height: 190px;
  background-position: right top;
}

.trusted-innovators-sec p {
  color: var(--dark-blue);
  position: relative;
  z-index: 99;
}

.title-sec-lite h2 {
  color: var(--white);
}

.title-sec-lite h3 {
  color: var(--dark-blue);
}

.partned-sec h3 {
  color: var(--dark-blue);
}

.partned-sec h6, .partned-sec p {
  color: var(--grey-100);
}

.title-sec-lite {
  border-bottom: 1px solid var(--white-40);
}

.title-sec-lite p {
  margin-bottom: 0;
}

.trusted-innovators-sec .bx-wrapper {
  margin: 0 auto;
}

/*About page*/

.dark-bg {
  background-color: var(--dark-blue);
}

.bg-white {
  background-color: var(--white);
}

.bg-white h2 {
  color: var(--grey-100);
}

.testimonials-sec {
  padding: 100px 0;
}

.testimonials-sec .bx-wrapper {
  position: relative;
}

.testimonials-sec .img-sec{
  width: 100%;
}

.testimonials-sec .bx-controls {
  position: absolute;
  left: 32%;
  bottom: 0;
}

.testimonials-sec h3 {
  line-height: 1;
}

.testimonials-sec .bx-controls .bx-controls-direction a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  border-radius: 100%;
  display: inline-block;
  text-indent: -99999px;
  margin-right: 10px;
  position: relative;
}

.testimonials-sec .bx-controls .bx-controls-direction a::before {
  width: 20px;
  height: 20px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  position: absolute;
  left: 8px;
  top: 9px;
}

.testimonials-sec .img-sec {
    width: 900px;
    height: 360px;
}

.bx-prev::before {
  background-image: url('assets/images/angle-arrow-left-white.svg');
}

.bx-next::before {
  background-image: url('assets/images/angle-arrow-right-white.svg');
  left: 9px !important;
}

.testimonials-sec .content-sec img {
  max-width: 30px;
}

/* --- RESPONSIVE LINE BREAK CONTROL --- */

.break-point {
  /* Now an empty inline-block element */
  display: block;
}

.border-b {
  border-bottom: 1px solid var(--grey-100-20);
}

.border-l {
  border-left: 1px solid var(--white);
}

.border-t {
  border-top: 1px solid var(--grey-100-20);
}

.dark-grey-text h3,
.dark-grey-text h6,
.dark-grey-text p {
  color: var(--grey-100);
}

.text-btn {
  color: var(--dark-blue);
}

/* Service page style */
.service.banner-sec {
  padding: 50px 0;
  position: relative;
  min-height: 567px;
  box-sizing: border-box;
}

.service.banner-sec .banner-content-wrap {
  height: 100%;
  color: var(--grey-100);
}

.service.banner-sec .banner-content-wrap h6 {
  max-width: 400px;
}

.service.banner-sec .container {
  height: 100%;
}

.service.banner-sec::before {
  position: absolute;
  background-image: url('assets/images/service-banner-bg.svg');
  background-size: contain;
  width: 50%;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  background-position: right bottom;
  content: '';
}

.service.banner-sec::after {
  position: absolute;
  background-image: url('assets/images/logo-icon-only.png');
  background-size: 100%;
  width: 34px;
  height: 79px;
  right: 5%;
  left: auto;
  bottom: 6%;
  background-position: right bottom;
  content: '';
}

.service.banner-sec .banner-content-wrap>div {
  height: 100%;
}

.service-banner-content {
  height: 100%;
}

/* Service page style */


/*modal style */
.modal-header {
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
  padding: 0;
  margin-bottom: 24px;
}

.modal-header p {
  color: var(--grey-100);
  margin-bottom: 0;
  font-family: 'InterTightMedium', sans-serif;
}

.modal-dialog {
  max-width: 570px !important;
}

.modal-header h3 {
  color: var(--dark-blue);
}

.modal-header .btn-close {
  position: absolute;
  right: -26px;
  background-color: var(--white);
  opacity: 1;
  border-radius: 0;
  top: 8px;
  background-size: 12px;
}

.modal-body {
  padding: 0;
  color: var(--grey-100);
}

.modal-body h6 {
  color: var(--dark-blue);
}

.modal-body ul, .news-content ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none;
}

.modal-body ul li, .news-content ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--grey-100);
  margin-bottom: 16px;
  position: relative;
  padding: 0 0 0 16px;
}

.news-content ul li {
  padding-bottom: 8px !important;
  margin-bottom: 0 !important;
}

.modal-body ul li::before, .news-content ul li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: 0;
  top: 8px;
  background-color: var(--dark-blue);
}

.modal-body ul li ol li::before{
  display: none;
}

.modal-body ul li ol li{
  padding-left: 4px;
  margin-bottom: 4px;
}

.modal-content {
  background-image: url('assets/images/popup-bg.svg');
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 40px;
  border-radius: 0;
}

.modal-dialog-scrollable .modal-content {
  overflow: unset;
}

.simple-card {
  background-color: var(--card-blue-bg);
  min-height:  450px;
}



/* modal style*/

/*Service page scroll animate*/
.service-scroll {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  overflow: hidden;
  color: var(--grey-100);
}

.service-scroll h4 {
  color: var(--dark-blue);
}

.slides {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  padding: 0px 0px;
  box-sizing: border-box;
}

.left, .center, .right {
  flex: 1 1 33%;
}

.left {
  padding-left: 0px;
}

.right {
  padding-left: 40px;
}

.title {
  font-size: 3rem;
  line-height: 1.1;
  transition: transform 0.6s, opacity 0.4s;
  transform-origin: top center;
}

.desc {
  transition: transform 0.6s, opacity 0.4s;
  transform-origin: top center;
  margin-bottom: 24px;
  text-align: left;
  font-size: 1rem;
  line-height: 130%;
}

.blind-hide {
  transform: scaleY(0);
  opacity: 0;
}

/* Main circle and percentage ring */
.circle-wrap {
  position: relative;
  width: 420px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.service-scroll .progress-ring circle {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
}

.progress-ring .bg {
  stroke: rgba(8, 50, 86, 0.1);
}

.progress-ring .progress {
  stroke: var(--primary-color);
  stroke-dasharray: 1319;
  /* 2 * π * r (r=210-7 offset for stroke) */
  stroke-dashoffset: 1319;
  transition: stroke-dashoffset 1s ease;
}

.circle {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: var(--light-grey-bg);
  box-shadow: 0 0 0 18px #fff inset;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  color: var(--primary-color);
  font-size: 1.3rem;
}

.icon {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.35s, transform 0.35s;
}

.icon.show {
  opacity: 1;
  transform: scale(1);
}

.counter {
  margin-top: 20px;
  text-align: center;
  font-family: 'Inter';
  color: var(--text);
}

/* Hide all slides except active */
.slide-item {
  display: none;
}

.slide-item.active {
  display: flex;
}

.industry-served .icon-sec {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.industry-served .icon-sec {
  min-width: 111px;
}

.industry-served .icon-sec img {
  width: 100px;
  max-width: 100px;
}

.core-service {
  position: relative;
}

.core-service .container {
  position: relative;
  z-index: 9;
}

.core-service::before {
  background-image: url('assets/images/core-left-bg.svg');
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 100%;
  background-position: left bottom;
  content: '';
}

.core-service::after {
  background-image: url('assets/images/core-right-bg.svg');
  background-repeat: no-repeat;
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background-position: right bottom;
  content: '';
}
#featuresMobileNav { position:absolute; left:0; right:0; bottom:12px; display:flex; justify-content:center; gap:12px; z-index:9999; }
.features-arrow { padding:10px 14px; border-radius:6px; border:none; background:var(--primary-color); color:var(--white); font-weight:600; width: 50px;
    height: 50px; }
/*Service page scroll animate*/

/*Insights and news page style*/
.insights-news.banner-sec {
  max-height: 400px;
  min-height: 400px;
  color: var(--grey-100);
  position: relative;
}

.insights-news.banner-sec .banner-content-wrap {
  height: 400px;
  color: var(--grey-100);
}

.bg-white {
  background-color: var(--white);
}

.insights-grid h4 a, .insights-grid h4 {
  color: var(--grey-100);
  text-decoration: none;
}

.insights-news.banner-sec::before {
  background-image: url(assets/images/landfall-insights.svg);
  position: absolute;
  width: 700px;
  content: '';
  right: 0;
  top: 0;
  left: auto;
  background-size: 78%;
  background-position: right bottom;
  height: 400px;
}
.page-template-default .insights-news.banner-sec::before {
    content: "";
    background: none !important;
    background-image: none !important;
}
.page-template-default .insights-news.banner-sec .banner-content-wrap {
    padding-top: 40px;
    height: auto !important;
}
.page-template-default .insights-news.banner-sec {
    max-height: none;
    height: auto;
}
.page-template-default p {
    font-size: 1rem;
}
.page-template-default li {
    font-size: 1rem;
}
.page-template-default .privacy-sec h3 {
   padding-top: 35px;
    border-top: 1px solid var(--text-light-grey);
    margin-top: 20px;
    margin-bottom: 20px;
}
.page-template-default a {
    color: var(--grey-100);
    text-decoration: underline;
}
.page-numbers{
  width: 40px !important;
  height: 40px !important;
  border: 1px solid var(--grey-100);
  border-radius: 100%;
  color: var(--grey-100) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.page-numbers:hover, .page-numbers.current {
  background-color: var(--dark-blue) !important;
  color: var(--white) !important;
}

.pagination img {
  transform: translate(0, 0);
  transition: all 0.3s linear;
}

.pagination .next-arrow img {
  transform: rotate(180deg);
}

.pagination .next-arrow:hover, .pagination .prev-arrow:hover {
  background-color: var(--light-grey-bg);
}

/*Insights and news page style*/

/*Indights and details page*/
.insights-news-details.banner-sec {
  height: auto;
  color: var(--grey-100);
  position: relative;
}

.news-content h6 {
  margin-bottom: 32px;
}

.news-content img {
  margin-bottom: 5px;
}

.news-content h4 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.insights-news-details.banner-sec::before {
  background-image: url('assets/images/news-detail-banner-bg.svg');
  background-repeat: no-repeat;
  background-position: right top;
  content: '';
  width: 400px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}

.insights-news-details .banner-content-wrap {
  height: auto;
}

.news-content {
  background-color: var(--white);
  color: var(--grey-100);
  overflow: hidden;
}

.text-primary {
  color: var(--primary-color) !important;
}

.blog-detail-quat-sec {
  background-color: var(--light-grey-bg);
  border-radius: 0 24px 0 0;
}
a.page-numbers {
position: relative;
opacity: 1;
}

.navigation.pagination .nav-links {
    display: flex;
    gap: 10px;
}

a.next.page-numbers::after{
  background-image: url('./assets/images/right-angle-arrow.svg');
 width: 100%;
    height: 100%;
  content: '';
  position: absolute;
  left: 0px;
  top:0px;
  background-repeat: no-repeat;
  background-color: var(--white);
  z-index: 9;
   border-radius: 100%;    
    background-position: center;
}

a.prev.page-numbers::after{
    background-image: url('./assets/images/right-angle-arrow.svg');
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0px;
    top:0px;
    background-repeat: no-repeat;
    background-color: var(--white);
    z-index: 9;
    transform: rotate(180deg);
    border-radius: 100%;    
    background-position: center;

    }

    a.next.page-numbers:hover, a.prev.page-numbers:hover {
     opacity: 0.5;
    }

/*Indights and details page*/

/*Discover agent sytle*/
.disover-agent.banner-sec {
  height: 1140px;
}

.disover-agent.banner-sec::before {
  background-image: url('assets/images/discover-agent-baner-left-bg.svg');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: left bottom;
  width: 400px;
  height: 400px;
  content: '';
  background-size: contain;
}

.disover-agent.banner-sec::after {
  background-image: url('assets/images/discover-agent-baner-right-bg.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  width: 400px;
  height: 400px;
  content: '';
  background-size: contain;
}

.disover-agent.banner-sec {
  color: var(--grey-100);
}

.simple-card h6 {
    min-height: 84px;
}

.simple-card p {
    min-height: 80px;
    display: flex;
    align-items: flex-start;
}

.discover-video-sec {
  position: relative;
  z-index: 1;
}

.discover-banner-content {
  position: relative;
  z-index: 3;
}

.simple-card .border-b {
  border-color: var(--white);
}

.simple-card .simple-content {
  height: 210px;
}

.discover-video-sec>div {
  flex-direction: column;
  display: flex;
}

img.human-dot {
  max-width: 390px;
  margin: 0 auto;
}

.disover-agent.banner-sec h1 {
  color: var(--dark-blue);
}

.disover-agent.banner-sec h1 span {
  color: var(--grey-100);
}

.discover-video-sec {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
  z-index: 99;
}

.free-discovery {
  color: var(--grey-100);
}

.free-discovery {
  position: relative;
}

.free-discovery h6 {
  color: var(--dark-blue);
}

.free-discovery::before {
  background-image: url('assets/images/free-discover-bg.svg');
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  width: 70%;
  height: 100%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.small-container {
  max-width: 490px;
  margin: 0 auto;
}

.medium-container {
  max-width: 900px;
  margin: auto;
}

.confidentiality .border-b {
  border-color: var(--white-20);
}

.confidentiality  .container{
  opacity: 0.9;
}

.confidentiality {
  position: relative;
}

.confidentiality::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('assets/images/circle-dots-bg.svg');
  background-repeat: no-repeat;
  content: '';
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}



/*Discover agent sytle*/


.mobile-menu {
  position: fixed;
  top: 71px;
  left: 0;
  right: 0;
  background-color: var(--white);
  height: calc(100vh - 70px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('assets/images/menu-left-corner.svg'), url('assets/images/menu-right-corner.svg');

  /* Optional — control how each image behaves */
  background-position: bottom left, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 200px;
  display: none;
}

.mobile-btn img.close {
  display: none;
}

.mobile-btn.active img.close {
  display: block;
}

.mobile-btn.active img.hambergur {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around !important;
  padding: 40px 20px;
  box-sizing: border-box;
}

.menu-content ul li {
  margin-bottom: 16px;
}

.menu-content ul li a {
  font-size: 2.1rem;
  color: var(--grey-100);
  text-decoration: none;
}

.menu-content ul li a:hover {
  opacity: 0.7;
}

/*Discover header */
 .video-container {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: auto;
      overflow: hidden;
      border-radius: 10px;      
    }

    video {
      width: 100%;
      display: block;
    }

    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: var(--white);
      border: none;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: background 0.3s;
      z-index: 2;
    }

    .play-button.pause{
      display: none;
    }

    .play-button:hover {
      background: rgba(0, 0, 0, 0.8);
    }

    .play-button::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-left: 25px solid var(--grey-100);
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      margin-left: 5px;
    }
/*Discover header */
.what-it-does .border-b{
  border-color: var(--white-20);
}

/*Post page style */
.post .entry-header {
    border: none;
    background: transparent;
}

.search .post:not(:last-of-type){
  border-bottom: 1px solid var(--grey-100-20);
}

.post .entry-header{
  margin-bottom: 16px;
}

.search-results .entry-content{
  color: var(--grey-100);
}

.search-results .entry-header .entry-title a:hover{
  color: var(--primary-color);
}

.search-results  .service.banner-sec{
  height: 300px;
  border-bottom: 1px solid var(--grey-100-20);
}

.search-results  .service.banner-sec::after{
  display: none;
}

.insights-news.banner-sec.privacy-sec{
  position: relative;
}

.insights-news.banner-sec.privacy-sec::after{
  position: absolute;
  content: '';
  background-image: url('assets/images/logo-icon-only.png');
  background-repeat: no-repeat;
    background-position: right bottom;
    width: 40px;
    height: 100px;
    right: 20px;
    bottom: 10px;
    background-size: contain;
}

.service-scroll  .button-wrap {
    align-items: flex-start;
    display: flex;
}

.bottom-page.service-try-tech {
    background-image: none;
    padding: 100px 0 !important;
}

.bottom-page.service-try-tech .row {
    border: none;
}

section.bottom-page.service-try-tech::after{
  display: none !important;
}

.discover-banner-content p {
    max-width: 224px;
}

.discover-banner-content a {
  min-width: 231px;
}

.post-card{
  background-color: var(--light-grey-bg);
  font-size: 0.875rem;
  font-family: "InterTightMedium", sans-serif;
  letter-spacing: -3%;
  line-height: 120%;
  position: relative;
  color: var(--primary-color);
  padding: 24px;
  min-height: 340px;

}

.post-card  a{
  color: var(--primary-color);
  text-decoration: none;
}

.post-card::after{
  content: '';
  left: 0;
  bottom: 0;
  background-image: url(assets/images/why-we-are-sec-bg.svg);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: left bottom;
  position: absolute;
  background-repeat: no-repeat;
}

.post-card .blog-title{
  border-bottom: 1px solid var(--primary-color);
  max-width: max-content;
  padding-bottom: 8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.post-card .blog-content p{
  color: var(--grey-100);
}

.blog-content video {
  pointer-events: none;
}

.post-card::before{
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  z-index: 0;
}

.post-card.blog::before{
  background-image: url(assets/images/service-banner-bg.svg);
}
.post-card.news::before{
background-image: url(assets/images/landfall-insights.svg);
}

.post-card.video::before{
background-image: url(assets/images/banner-puzzle.svg);
}
.post-card.video::after{
  background-image: url(assets/images/banner-wave.svg);
    width: 100%;
  height: 100px;
}
    

section.bottom-page.service-try-tech .row {
    padding-bottom: 0;
}

.card-value.one h6 {
    max-width: 200px;
}

.search.search-no-results .search-list-wrap p {
    font-size: 24px;
    text-align: center;
    color: var(--grey-100);
}

.search  .service-banner-content{
justify-content: center !important;
}

.search .service.banner-sec{
min-height: 400px;
}
/*Post page style */


@media(min-width:769px){
  .about-banner-content {
    position: relative;
    z-index: 9;
}
}

@media(min-width:1300px) {

    .why-inner{
    padding: 6rem 12% 6rem;
  }

}
@media(min-width:1400px) {
    .banner-sec{
    min-height: 500px;
  }

    .text-section {   
      transform: translateY(-40px);
      top:22%;
  }

}

@media(min-width:1500px) {
  .bottom-page {
    padding-top: 100px;
  }

  .insights-news.banner-sec::before {    
    top: 50%;
    transform: translateY(-57%);
  }

  .insights-news.banner-sec .container{
    height: 100%;
  }
    .insights-news.banner-sec .banner-content-wrap{
      height: 100%;
    }
  .banner-sec{
    min-height: 700px;
  }

  .home .banner-sec::before {
    width: 100%;
    height: 130px;
    background-position: center bottom;
  }

  .bottom-page .row {
    padding-bottom: 70px;
  }


  footer {
    padding-top: 70px;
  }

  .footer-btm {
    margin-top: 50px;
  }

  .banner-image {
    width: 500px;
    height: 500px;
  }


  .free-discovery::before{
    background-size: 49%;
    right: 8%;
  }
 .service.banner-sec::before{
    background-position: right center;
  }
.bottom-page::after{
    right: 3%;
  }
    .service-banner-content h1 {
    max-width: 540px;
  }

  .bottom-page h1 {
    max-width: 610px;
}

  /* .why-section {
   height: calc(100vh * 1.9);  
  } */
}

@media(min-width:1800px) {
  .banner-sec{
    min-height: 860px;
  }

  .about.banner-sec::before{
    height: 690px;
    }

  .home .banner-sec::before {        
        height: 160px;        
    } 

    .service.banner-sec::after{
      right: 9%;
    }

    .free-discovery {
    position: relative;
    min-height: 400px;
  }

  .free-discovery::before {
        background-size: 35%;
        right: 25%;
    }

    .text-section{
      top:28%;
    }
  /* .why-section {
   height: calc(100vh * 1.5);  
  } */

}

@media (min-width:2200px){
      .home .banner-sec::before {
        height: 215px;
    }

    .about.banner-sec::before {
        height: 890px;
    }

  .service.banner-sec::after {
        right: 2%;
    }
       .free-discovery::before {
        background-size: 23%;
        right: 28%;
    }

    .container{
      padding: 0 0 !important;
    }

    .slides{
      max-width: 100%;
    }

        .bottom-page::after {
        right: 2%;
    }
    .text-section {
        top: 48%;
    }

    .confidentiality {
    position: relative;
    min-height: 1430px;
    display: flex;
    align-items: center;
  }
}

@media (min-width:2600px){
      .home .banner-sec::before {
        height: 325px;
        background-size: 100%;
    }

      .about.banner-sec::before {
        height: 1000px;
    }
    
}

@media (min-width: 3000px) {
    .home .banner-sec::before {
        height: 505px;
        background-size: 100%;
    }

      .about.banner-sec::before {
        height: 1300px;
    }
}

@media (min-width:1200px) and (max-width: 1400px) {

  .testimonials-sec .bx-controls {
    left: 34%;
  }
}




@media (max-width: 1400px) {
  /* .why-inner{
    padding: 16rem 12% 16rem;
  } */

  .left-col{
    padding-right: 0;
  }

  .title-item{
    font-size: 2.5rem;
  }

  .para {
     font-size: 1rem;
    }

  /* .why-section {
    height: calc(100vh + 800px);
  } */

  .testimonials-sec .img-sec {
    width: 900px;
    height: 290px;
  }


  .container{
    max-width: 100% !important;    
  }
  .testimonials-sec {
    padding: 40px 0;
}

.testimonials-sec h3 {    
    margin: 50px 0 32px;
    font-size: 2rem;
}

.disover-agent.banner-sec {
    height: 950px;
}

.confidentiality::before{
  background-size: cover;
}
/* h1 {
  font-size: 3.5rem;
  line-height: 4rem;
}

h2, .slide-title, .entry-header .entry-title, .editor-post-title__input, .text-section {
  font-size: 3rem;
  line-height: 1.15;
}

h3 {
  font-size: 2rem;
  line-height: 1.15;
}

h4 {
  font-size: 1.75rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: -0.4px;
} */

.service-scroll  .right {
    padding-left: 0px;
}

.service-scroll .desc{
  text-align: left;
}

.service-scroll  .button-wrap {
    align-items: flex-start;
    display: flex;
}

.circle-wrap {
    position: relative;
    width: 320px;
    height: 320px;
  }

.circle {
    width: 300px;
    height: 300px;
  }

  .icon.show {
    opacity: 1;
    transform: scale(0.8);
}
#textContainer{
      margin: 20px 0px 20px 0;
        font-size: 3.4rem;
}
.card-value h6{
  min-height: 70px;
}

.text-section {
      transform: translateY(-40px);
      top: 30%;
      max-width: 740px;
  }


  .scroll-indicator{
    bottom: 8%;
  }

  .text-section{
    font-size: 3.1rem;
  }

  /* .why-section{
     height: calc(100vh * 1.9);
  } */
 

}


@media (max-width: 1199px) {
  .why-inner {
    position: static;
    height: auto;
    padding: 3rem 6%;
  }

  
  .testimonials-sec .bx-controls {
    left: 38%;
  }

  .service.banner-sec::before {
    background-image: url(assets/images/service-banner-bg-tab.svg);
  }


  .service.banner-sec::after {
      bottom: auto;
      top: 50%;
      width: 40px;
      height: 60px;
      background-repeat: no-repeat;
      background-size: contain;
      right: 1%;
  }

  .disover-agent.banner-sec {
    height: 850px;
  }
}


.opacity-0{
  opacity: 0;
}

/* textanimation*/


@media (max-width: 1100px) {
  html {
    font-size: 100%;
  }
  .home .scroll-content {
    position: relative !important;
  }
    .service.banner-sec::after {
        top: 53%;
        width: 30px;
        height: 40px;
    }

  .why-section {
    height: auto;
  }
  .banner-image {
    width: 320px;
    height: 320px;
  }

  #textContainer {
    font-size: 3.2rem;
    margin: 20px 0px 20px 0;
  }

  .cursor {
    width: 18px;
    height: 40px;
  }

  .bottom-page {
    height: auto;
  }

  .mobile-btn{
    position: relative;
    left: -3%;
  }

  .service-scroll{
    min-height: 860px;
  }

  .post-card{
    min-height: 380px;
  }

  .service-scroll div#featuresMobileNav {
    bottom: 62% !important;
  }

  .service-scroll button#featuresPrev {
    left: 2%;
    position: absolute;
}

.service-scroll button#featuresNext {
    right: 1%;
    left: auto;
    position: absolute;
}

.home .scroll-sec .scroll-indicator{
  display: none;
}
.text-section{
  top:36%;
}

.home .scroll-content::-webkit-scrollbar { display: none; }
}

/* Tablet & Mobile overrides */
@media (max-width: 991px) {
  .bg1 {
    background-image: url('assets/images/slide-one-tab.svg') !important;
  }

  .bg2 {
    background-image: url('assets/images/slide-two-tab.svg') !important;
  }

  .bg3 {
    background-image: url('assets/images/slide-three-tab.svg') !important;
  }

  .banner-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  h1.banner-title {
    font-size: 3rem;
  }

  .banner-content-wrap {
    align-items: flex-start !important;
  }

  .banner-sec::before {
    background-position: 0px bottom;
  }

  .footer-btm {
    width: 100%;

  }

  .bottom-page {
    background-image: url('assets/images/footer-bg-tab.svg');
    background-position: left bottom;
    height: auto;
    background-size: 200px;
  }

  .text-section {
    top:25%;
    max-width: 690px;
  }
  

  .bottom-page p {
    max-width: 400px;
    line-height: normal;

  }

  .footer-btm p {
    margin-left: -11px;
  }

  .bottom-page h2 {
    margin-bottom: 32px;
  }

    body.open-menu {
        overflow: hidden !important;
        height: 100vh;
    }

    body.open-menu  ul{
      margin: 0;
    }

    .mobile-menu {
      top: 62px;
      height: calc(100vh - 62px);
    
    }

  .core-service .row>div {
    width: 330px;
  }

  .core-service .row {
    align-items: center;
    justify-content: center;
  }

  .core-service::before, .core-service::after{
        width: 170px;
    height: 170px;
  }

  .service-scroll .slides{
    flex-direction: column;
  }

  .service-scroll  .left{
    order:2;
  }

    .service-scroll  .left .title{
      text-align: center;
  }
  .service-scroll  .right{
    order: 3;
    padding-left: 0;
  }

  .service-scroll  .right .desc{
    text-align: center;
  }

.agent-reports {
    max-width: 330px;
}

.confidentiality::before{
  background-size: cover;
}
.card-value img {
    width: 100%;
}

.banner-sec {    
    height: 800px;
    position: relative;
}

.container{
  height: 100%;
}

.banner-content-wrap {
    height: 90%;
}

.banner-image {
        width: 500px;
        height: 360px;
        margin: 0 auto;
    }

#scroll-section, .scroll-content{
  height: 600px;
}

.testimonials-sec {
    padding: 70px 0;
  }

  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }

  h2, .title-item, .entry-header .entry-title, .editor-post-title__input, .text-section {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.875rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6, .para, .card-value h6 {
    font-size: 1.375rem;
  }

  .card-value h6{
     min-height: 50px;
  }

  .service-banner-content {
        height: auto;
        max-width: 60%;
        position: relative;
        z-index: 9;
        height: 100%;
    }

.service.banner-sec::after {
        top: 55%;
        width: 18px;
        height: 40px;
        right: 3%;
    }

  .about-banner-content h1 img.about-logo-icon {
    width: 16px;
    height: 35px;
  }

  .service-banner-content>div {
    height: 100%;
    justify-content: flex-start;
  }

  .insights-news.banner-sec::before {
    width: 500px;
    background-size: 79%;
    background-position: right bottom;
    height: 400px;
  }

  .insights-news.banner-sec h1 {
    max-width: 400px;
  }

  .testimonials-sec .bx-controls {
    left: 48%;
  }

  .about.banner-sec {
    height: auto;
    overflow: hidden;
  }

  .about.banner-sec .banner-content-wrap {
    height: 400px;
  }

  .about.banner-sec .banner-content-wrap>div {
    height: 100%;
  }

  .about-banner-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 9;
    top: -40px;
  }

  .why-inner .title-list .title-item:not(:first-child) {
    display: none;
  }

  .why-inner .title-list .title-item br {
    display: none;
  }

  .why-inner .progress-wrap {
    display: none;
  }

  .why-inner {
    display: block;
    min-height: auto;
  }

  .why-inner .left-col, .why-inner .right-col {
    width: 100%;
    margin: 0;
  }

  .trusted-innovators-sec::before, .trusted-innovators-sec::after {
    width: 90px;
    height: 90px;
    background-size: 90%;
  }

  .trusted-innovators-sec .container::before {
    left: 0;
  }

  .trusted-innovators-sec .container::after {
    right: 0;
  }

  .testimonials-sec .bx-controls {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testimonials-sec .bx-pager.bx-default-pager {
    display: flex;
    gap: 8px;
  }

  .testimonials-sec .bx-pager.bx-default-pager .bx-pager-item a {
    text-indent: -999px;
    width: 8px;
    height: 8px;
    background-color: var(--white);
    opacity: 0.2;
    display: block;
  }

  .testimonials-sec .bx-pager.bx-default-pager .bx-pager-item a.active {
    opacity: 1;
  }

  .testimonials-sec .bx-wrapper {
    padding-bottom: 50px;
  }
  .insights-news-details.banner-sec::before{
    height: 50%;
    width: 200px;
  }

  .service-scroll .button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

    .title-item {
    opacity: 1;
    transform: none;
  }

  .para {
    opacity: 1 !important;
  }

  footer{
    padding-bottom: 100px;
  }

  .service.banner-sec{
    min-height: 620px;
  }

  .service.banner-sec::before {
        background-image: url(assets/images/service-banner-bg-tab.svg);
        background-position: right center;
        background-size: cover;
    }

    .bottom-page::after{
      bottom: 2%;
      right: 96%;
      width: 14px;
      height: 29px;
    }

    .card-value.one h6 {
    max-width: 230px;
  }

  .card-value.second h6 {
    max-width: 200px;
  }
  .card-value.four h6 {
    max-width: 260px;
}

.partner-img {
    max-width: 60%;
}

    #textContainer {
        margin-right: 0;
        min-height: 130px;
    }

    .free-discovery{
     min-height: 710px;
        max-height: 710px;  
    }
  .free-discovery h2 {
    text-align: center;
  }
    .free-discovery h2 br{
      display: none;
    }

    .discover-banner-content-wrap h1 {
    font-size: 3.8rem;
    }

    .confidentiality::before{
      background-image: url(assets/images/circle-dots-bg-tab.svg);
    }

    img.human-dot {
    max-width: 270px;
    margin-top: 170px;
}

.free-discovery::before {
        bottom: 150px;
    }

    section.free-discovery a {
    margin: 0 auto;
}

.title-sec-lite .leader-content{
  max-width: 510px;
}

.bottom-page h1{
  max-width: 620px;
}

.service.banner-sec .banner-content-wrap h6 {
    max-width: 320px;
    font-size: 1rem;
}

.post-card{
  min-height: 290px;
}
    .search .service-banner-content>div {
        height: 100%;
        justify-content: center;
    }

.search .service.banner-sec {
    min-height: 280px;
  }

 .search  .service.banner-sec::before{
  background-size: contain;
  }
    .single-post .insights-grid{
      row-gap: 16px;
    }

    .footer-btm p {
    padding-left: 12px;
    }

    .heateor_sss_sharing_container{
      margin-bottom: 16px;
    }
}

@media (max-width: 768px) {
  .break-point+.char {
    flex-basis: auto;
  }
  .search .service-banner-content h1{
    margin-bottom:20px;
}
.service-banner-content form.subscribe-sec {
    width: 80%;
}
  .service-banner-content {
    width: 100%;
  }
  .service.banner-sec::after {
    top: 55%;
    width: 18px;
    height: 40px;
  }
    #textContainer {
        margin: 20px 20px 20px 0;
    }

     /* #textContainer .break-point{
      display: inline-block;
      margin: 0 4px;
     } */
  .testimonials-sec .img-sec {
        width: 100%;
        height: auto;
    }
    .bottom-page::after {
        bottom: 2%;
        right: 94%;
      }

    .insights-news.banner-sec.privacy-sec::after{
      display: none;
    }
}

@media (max-width: 750px) {
  h1, #textContainer,  .discover-banner-content-wrap h1  {
    font-size: 3.375rem;
    line-height: 1;
  }
  .post-card{
    min-height: auto;
  }
.card-value h6 {
        min-height: 72px;
    }

  #textContainer{
    margin-right: 0;
  }

  h2, .title-item, .entry-header .entry-title, .editor-post-title__input, .text-section {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6, .para {
    font-size: 1.25rem;
  }
    footer {
      padding-bottom: 0;
  }

  .bottom-page h1 {    
    max-width: 530px;
}
}

@media (max-width: 575px) {
 #textContainer{
  min-height: 180px;
 }
.card-value.three h6 {
    max-width: 270px;
}

.menu-content ul li a{
      font-size: 2rem;
}

    .bottom-page p.body {
        max-width: 347px;
        line-height: normal;
    }

.card-value.second h6 {
        max-width: 210px;
    }
   .bottom-page h1 {    
    max-width: 340px;
}
.card-value h6 {
        min-height: auto;
    }

  .title{
    font-size: 2.75rem;
  }

  .scroll-indicator{
    bottom: 20%;
  }
  .home .banner-sec {
    height: 770px;
  }

   .home .banner-sec .container{
    height: 100%;
   }

   .home .banner-content-wrap{
    height: 100%;
    padding-top: 10px;
   }

   .core-service .white-btn.medium {
    min-width: 100% !important;
  }

  #scroll-section, .scroll-content {
        height: 800px;
    }

  .bg1 {
    background-image: url('assets/images/slide-one-mobile.svg') !important;
  }

  .bg2 {
    background-image: url('assets/images/slide-two-mobile.svg') !important;
  }

  .bg3 {
    background-image: url('assets/images/slide-three-mobile.svg') !important;
  }

  .banner-image {
    width: 250px;
    height: 250px;
  }
  
      .testimonials-sec h3{
        margin-top: 20px;
      }
  .footer-btm {
    width: 100%;
    max-width: max-content;
    margin-left: 0;
  }

  .bottom-page {
    background-image: url('assets/images/footer-btm-logo.svg');
    background-position: center bottom;
    padding-bottom: 200px !important;
    background-size: 370px;
    position: relative;
  }

  .bottom-page::after{
    width: 18px;
    height: 40px;
    background-image: url('assets/images/logo-icon-only.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    background-size: cover;
  }

footer ul{
  margin-bottom: 8px;
}

  .bottom-page h1 br{
    display: none;
  }
  .footer-btm {
    margin: 24px 0;
  }

  .footer-btm p {
    margin-left: -8px;
  }

  .subscribe-sec {
    max-width: 100%;
  }

  .banner-content-wrap {
    height: auto;
  }

  .banner-sec {
    height: 570px;
    padding-bottom: 110px;
  }

  .banner-sec::before {
    background-position: 0px bottom;
    background-size: 240%;
  }

   .primary-btn {
    width: 100%;
    max-width: 100% !important;    
    min-width: 100% !important;
    justify-content: center;
    
  }  

  h1.banner-title {
    font-size: 3.5rem;
  }

  .text-section {
    max-width: 350px;
  }



  .bottom-page h1 br {
    display: none;
  }

  .bottom-page h1 {
    margin: 20px 5px 20px 0;
  }

  .slides {
    flex-direction: column;
  }

  .service-scroll h4 {
    color: var(--dark-blue);
  }

  .service.banner-sec {
    padding: 50px 0px;
    min-height: 1110px;
  }

  .insights-news.banner-sec {
    max-height: 600px;
    padding: 50px 0;
  }

  .insights-news.banner-sec::before {
    width: 100%;
    background-size: 60%;
    background-position: center 80%;
    height: 400px;
    bottom: 0;
    top: auto;
    background-image: url('assets/images/news-mobile-bg.svg');;
  }

  .service-banner-content {
    height: auto
  }

  .service-banner-content h1 {    
    margin-bottom: 24px;
  }

  .service.banner-sec::after {
    top: unset;
    width: 24px;
    height: 50px;
    bottom: 14%;
  }

  .card-value img {
    width: 100%;
  }

  .about-banner-content h1 {
    position: relative;
    max-width: 240px;
  }

  .about-banner-content h1 img.about-logo-icon {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .partner-img {
    width: 100%;
  }

  .partner-img img {
    width: 100%;
  }

  .partned-sec h2 {
    line-height: 1.1;
  }

  .why-section {
    background-image: none;
    position: relative;
  }

  .why-section::after {
    background-image: url(assets/images/why-we-are-sec-bg.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    background-position: right bottom;
    content: '';
    transform: rotate(270deg);
    background-size: 100%;
    background-repeat: no-repeat;
    left: auto;
  }

  .testimonials-sec .img-sec img {
    width: 100%;
  }

  .bottom-page .row {
    border: none;
    padding-bottom: 0;
  }

  .service-banner-content {
    max-width: 100%;
  }

  .core-service .row>div {
    width: 100%;
  }

  .simple-card{
    min-height: 360px;
  }

  .core-service::before{
      background-image: url(assets/images/core-service-left.svg);
      width: 100px;
      height: 100px;
  }

.core-service::after{
   width: 100px;
   height: 100px;
   background-image: url(assets/images/core-service-right.svg);
  }

  .service-scroll .circle {
    width: 280px;
    height: 280px;
  }
   .service-scroll .icon.show {
    opacity: 1;
    transform: scale(0.7);
}

  .service-scroll  .circle-wrap{
    width: 300px;
    height: 300px;
  }
.insights-news-details.banner-sec::before{
  background-image: url('assets/images/news-detail-banner-mobile-bg.svg');
  top: auto;
  bottom: 0;
  width: 100px;
  height:   100px;
}
.discover-video-sec{
  position: relative;
  top:0;
}

.disover-agent.banner-sec h1 {
    color: var(--dark-blue);
    max-width: 300px;
    margin-bottom: 20px;
  }

  .disover-agent.banner-sec{
    height: auto;
    padding-bottom: 50px;
  }

  .disover-agent.banner-sec::before, .disover-agent.banner-sec::after{
    width: 200px;
    height: 200px;
    background-size: 100%;
  }

  img.human-dot {
    max-width: 300px;
    margin: 0 auto;
}

.discover-video-sec{
  width: 100%;
}

.play-button{
  width: 40px;
  height: 40px;
}

.play-button::before {
    border-left: 15px solid var(--grey-100);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;    
}

    .free-discovery::before {
        background-size: 100%;
        right: -50px;
        bottom: 0;
    }

  .medium-container{
    max-width: 274px;
  }

  .confidentiality::after {
      background-image: url(assets/images/circle-dots-bg-mobile.svg);
      background-size: 100%;
      opacity: 0.2;
      bottom: -160px;
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 100%;
      height: 100px;
      transform: rotate(180deg);
  }

  .service-scroll{
    padding: 50px 0;
    min-height: 910px;
  }

  .modal {
    top: 3%;
    height: 97%;

  }
.modal-dialog-scrollable .modal-content {
    max-height: 91%;
    padding: 20px;
}

  .modal-header .btn-close {
    right: 6.6px;
    top: -24px;
}


  .text-section {
      max-width: 95%;
      font-size: 2.8rem;
      line-height: 120%;
        top:28%;
  }

  .why-section{
    border-bottom: 1px solid var(--blue-border-20);
  }

  .service.banner-sec::before {
      background-image: url(assets/images/service-banner-bg-mobile.svg);
      width: 100%;
      background-size: contain;
      background-position: center bottom;
  }
      
  .service-scroll .button-wrap a, .bottom-page .primary-btn{
    min-width: 100%;
  }
  .partner-img {
    max-width: 100%;
}


    .confidentiality::before {
    background-size: cover;
    opacity: 1;
    top: -5px;
}
.confidentiality .border-b {
    border-bottom: none;
    border-top: solid;
    border-color: var(--white-20);
}

section.free-discovery a.primary-btn {
        margin: 0;
        max-width: max-content !important;
        min-width: max-content !important;
    }

    .free-discovery {
        min-height: 720px;
        max-height: 740px;
    }
    .search .service.banner-sec::before{
      background-position: right center;
    }

        .search .service.banner-sec {
        min-height: 240px;
        height: 240px;
    }

       .search .service.banner-sec h1{
        margin-top: 20px;
       }

    .single-post .insights-grid .post-card {
        margin-bottom: 24px;
    }

.insights-news.banner-sec.privacy-sec {
    position: relative;
    padding: 0 22px 0 0;
}
.service-scroll .left {        
        min-height: 100px;
    }

    .service-scroll .right{
      min-height: 150px;
    }

    .service-scroll div#featuresMobileNav {
        bottom: 70% !important;
    }

        .scroll-sec .nav-next{
      top: 81%;
    }

    .free-discovery h2{
      text-align: left;
    }
}

@media (max-width: 480px) {
  .service.banner-sec::after {
    bottom: 10%;
  }

  .text-section{
    top:20%;
  }

    .confidentiality::before {  
      background-image: url(assets/images/circle-dots-bg-mobile-discover.svg);     
        background-size: cover;
    }

    .service.banner-sec {
        min-height: 900px;
    }
h1, #textContainer {
        font-size: 2.8rem;
        line-height: 1;
    }

    #textContainer {
        min-height: 160px;
    }
      .medium-container{
    max-width: 100%;
  }

      .bottom-page h1 {
        max-width: 320px;
    }

    .text-section.one {
    top: 31%;
    }


}

@media (max-width: 400px) {
  .banner-image {
    width: 250px;
    height: 270px;
  }

  h1.banner-title {
    font-size: 3.3rem;
  }

  .banner-sec {
    height: 530px;
  }

    .service.banner-sec::after {
        bottom: 10%;
        width: 18px;
        background-repeat: no-repeat;
    }

  .header-logo {
    max-width: 33px;
    min-width: 110px;
}

    .mobile-menu {
        top: 70px;
        height: calc(100vh - 82px);
    }
        .scroll-indicator {
        bottom: 13%;
    }
}

@media (max-width: 370px) {
  .service.banner-sec::after {
    bottom: 11%;
  }
  h1, #textContainer {
    font-size: 3rem;
    line-height: 1;
  }


  #textContainer{
    margin-right: 0;
  }

  h2, .title-item, .entry-header .entry-title, .editor-post-title__input, .text-section {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1.3rem;
  }

  h6, .para {
    font-size: 1.15rem;
  }
}