@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --rect-width-px: 300;
  --rect-height-px: 500;
  --headline-opacity: 0;
}
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  overflow: hidden;
}
.parallax-bg {
  height: 100vh;
  position: relative;
  background-image: url("../images/parallax-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

body,html {
  overflow-x: hidden;
}
html {
scroll-behavior: smooth;

}

.display-1, .display-2, .display-3, .display-4, .display-5 {
  font-family: 'Montserrat';font-weight: 700;
}
header.navbar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 10px 0;
}
.logo {
    transition: all 0.3s ease;
}
header.navbar.scrolled {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e0e0e0;
    position: fixed;
}
header.navbar.scrolled .navbar-nav .nav-link {
    color: #000;
}
header.navbar.scrolled .logo {
    content: url('../images/logo-dark.png');
}
header.navbar .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: 'Montserrat';font-weight: 400;
    padding:0 40px !important;
    font-size: 1rem;
}
header.navbar.scrolled .navbar-nav .nav-link.current{
  color: #F4AA55;font-family: 'Montserrat';font-weight: 700;
}
header.navbar .navbar-nav .nav-link:hover,
header.navbar .navbar-nav .nav-link.current {
    color: #F4AA55;
    font-family: 'Montserrat';font-weight: 700;
}
.modal-content,
.slick-combined-section {
  background-image: url('../images/BG.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-overlay {
background-color: rgba(0, 0, 0, 0.1);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.5rem;
}
.hero-overlay p.lead {
    font-size: 1.5rem;
}
.parallax-bg .hero-overlay h1 {
    font-family: 'Montserrat';font-weight: 400;
    font-size: 3.5rem;
}
.parallax-bg .hero-overlay h1 span{
    font-family: 'Montserrat';font-weight: 700;
    font-size: 3.5rem;
}
.shadow-xl-custom {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
/* Default hidden state */
.animate-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}

/* Active state */
.animate-fade-up.active {
  opacity: 1;
  transform: translateY(0);
}


/* ========== Quote Section Styles ========== */
.quote-section {
  background-color: #fff;
  padding: 3rem 1rem;
}

.quote-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 2rem 1rem;
}

.quote-text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: #333;
  z-index: 2;
  position: relative;
}
.quote-text strong{
    font-family: 'Montserrat';font-weight: 700;
}
.quote-icon {
  position: absolute;
  width: 60px;
  max-width: 15vw;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
  transition: transform 0.6s ease;
}

.quote-icon.start {
  left: -40px;
  top: 30%;
  transform: translateY(-50%) scale(1);
}

.quote-icon.end {
  right: -40px;
  top: 30%;
  transform: translateY(-50%) scale(1);
}

.gradient-line {
  height: 4px;
  width: 120px;
  background: linear-gradient(to right, #f97316, #fde68a);
  border-radius: 2px;
  margin-top: 1.5rem;
  transition: all 0.4s ease-in-out;
}

/* ========== Animation Base ========== */
.animate-on-scroll,
.animate-on-load,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Triggered state */
.animate-on-scroll.active,
.animate-on-load.active,
.fade-in-up.active,
.fade-in-left.active,
.fade-in-right.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ========== Custom Directions ========== */
.fade-in-left {
  transform: translateX(-40px);
}

.fade-in-left.active {
  transform: translateX(0);
}

.fade-in-right {
  transform: translateX(40px);
}

.fade-in-right.active {
  transform: translateX(0);
}

.fade-in-up {
  transform: translateY(30px);
}

.fade-in-up.active {
  transform: translateY(0);
}

/* ========== Optional Animation Delay ========== */
.delay-1 {
  transition-delay: 0.3s;
}
.delay-2 {
  transition-delay: 0.5s;
}
.delay-3 {
  transition-delay: 0.7s;
}
.elevate-section {
  background-color: #f9fafb;
}
.elevate-title {
  font-size: 3.2rem;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: 'Montserrat';font-weight: 400;
}
.elevate-title b {
  font-family: 'Montserrat';font-weight: 700;
  color: #C3A064;
}
.custom-border {
    border: 3px solid yellow;
    border-radius: 20px !important;
}




/* On-load animation */
.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}
.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}
.slide-in-left.active,
.slide-in-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* On-scroll cross swap */
.swap-left,
.swap-right {
  opacity: 1;
  transition: transform 1s ease, opacity 1s ease;
}
.swap-left {
  transform: translateX(0);
}

.swap-left.active {
    transform: translateX(100%);
    padding-left: 3%;
}
.swap-right {
  transform: translateX(0);
}
.swap-right.active {
  transform: translateX(-100%);
}
.delay-1 { transition-delay: 0.3s; }
.delay-2 { transition-delay: 0.6s; }
.delay-3 { transition-delay: 0.9s; }
.paragraph-delay {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}

.paragraph-delay.show {
  opacity: 1;
  transform: translateY(0);
}
#elevatePara {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
  display: none;
}

#elevatePara.show {
  opacity: 1;
  display: block;
  transform: translateY(0);
}






.bigger-picture-section{
height: 100vh;
position: relative;
overflow: hidden;
background: linear-gradient(270deg, #F8F556 0%, #F5B440 100%);
}
.sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.content {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.content p {
  font-size: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  font-family: 'Montserrat';font-weight: 400;
}
.content p strong {
  font-family: 'Montserrat';font-weight: 700;
}
.image-reveal {
  position: absolute;
  inset: 0;
  z-index: 10;
  transition: clip-path 0.5s ease;
}
.image-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* ---------- Headline ---------- */
.headline {
  position: absolute;
  inset: 0;
  z-index: 30;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding: 20px;
}

.headline img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0;            /* start hidden */
  transform: scale(1); /* start smaller */
}






.c-brown {
    color: #A27F53;
    font-family: 'Montserrat';font-weight: 700;
}
.slick-combined-slider .row {
  margin: 0;
  display: flex;
}
.slick-combined-slider h1{
  font-size: 3rem;font-family: 'Montserrat';font-weight: 700;
}
.slick-combined-slider .img-fluid {
  max-width: 90%;
  margin: 0 auto;
}
.slick-dots li button:before {
  color: #333;
}
.slick-combined-slider .slick-slide {
  padding: 20px 0;
}
.slick-dots {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.slick-dots li button {
    border: none;
    font-size: 0;
    background: transparent;
    padding: 0;
}
.slick-dots li button:before {
  font-size: 12px;
  color: #999;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #000;
}
.slick-dots li button:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #eee;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  transform: scale(1.5);
  background: #777;
}

/* Spacing between dots */
.slick-dots li {
  margin: 0 5px;
  list-style: none;
}
.slide-in-right p {
    font-size: 1.2rem;
    height: 100px;
}
.slide-in-right p b{
font-family: 'Montserrat';font-weight: 700;
}




.focus-glass-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.focus-content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

img.focus-content-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.glass-text-box {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 2rem;
  max-width: 600px;
  color: #000;
  border-radius: 12px;
  z-index: 1;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.glass-text-box p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.glass-text-box strong {
  font-family: 'Montserrat';font-weight: 700;
}








.gateway-advanced {
position: relative;
height: 100vh;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}

.gateway-bg {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: url('../images/gateway.jpg') center/cover no-repeat;
z-index: 1;
will-change: transform, filter;
transition: filter 0.3s;
}

.gateway-content {
position: relative;
z-index: 2;
border: 3px solid #f5a623;
border-radius: 16px;
padding: 2rem 3rem;
background: rgba(0,0,0,0.5);
backdrop-filter: blur(5px);
max-width: 1100px;
text-align: center;
will-change: transform;
}

.gateway-content p {
font-family: 'Montserrat';font-weight: 700;
color: #fff;
font-size: 3rem;
margin: 0;
}

.gateway-content p span {
color: #f5a623;
}







/* Keyframes for entrance animation */
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Keyframes for paragraph fade-in */
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.nav-pills .nav-link {
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
    border: 1px solid #f6b93b;
    text-align: left;
    border-radius: 14px;
    margin-bottom: 10px;
    font-family: 'Montserrat';font-weight: 500;
    padding: 20px 20px 15px 20px;
    
    /* Transition only needed properties */
    transition: background-color 0.4s ease-in-out,
                color 0.4s ease-in-out,
                border-color 0.4s ease-in-out,
                transform 0.3s ease;

    /* Entrance animation */
    animation: fadeSlideIn 0.5s ease-in-out forwards;
}

/* Hover effect */
.nav-pills .nav-link:hover {
    background-color: #f6b93b;
    color: #fff;
    transform: translateY(-2px);
}

/* Active tab styles */
.nav-pills .nav-link.active {
    height: auto;
    line-height: normal;
    background-color: #f6b93b;
    color: #fff;
}

/* Active paragraph appears with animation */
.nav-pills .nav-link.active p {
    display: block;
    margin-top: 10px;
    font-size: 1rem;
    margin-bottom: 0;
    animation: fadeIn 0.4s ease-in-out forwards;
    line-height: 1.4;
}

/* Default hidden paragraph */
.nav-pills .nav-link p {
    display: none;
}
.tab-section h5 {
font-family: 'Montserrat';font-weight: 700;
font-size: 1.5rem;
}
.tab-section p {
font-size: 1.3rem;
}
.tab-section p span{ font-family:'Montserrat' font-weight: 700;}
.tab-section h2 {
font-family: 'Montserrat';font-weight: 700;
font-size: 3rem;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
    background: linear-gradient(270deg, #ffe26a 0%, #f4a855 100%);
    color: #000;
    border-color: transparent;
}

.getstarted h5 {
    font-size: 3rem;
}
.getstarted p {
    font-size: 2rem;
}
#rightImageSection{
    position: relative;
}
.bottom-overlay-text {
    position: absolute;
    padding: 3%;
    bottom: 3%;
    left: 0;
    z-index: 3;
}
.bottom-overlay-text p{
    font-size: 1.3rem;
    font-weight: 400;
}
.bottom-overlay-text p small{
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
}
.image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%; /* Adjust based on how much overlay you want */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}
.tab-image {
    object-fit: cover;
    display: block;
    width: 100%;
}
.arrowImg {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}




.features-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  padding: 0 40px 80px;
  max-width: 100%;
  margin: 0 auto;
}

.left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 1;
}
#ai-section-headding h2 {
    font-size: 5rem;
    font-family: 'Montserrat';font-weight: 700;
}
#box2 {
  margin-left: 10%;
}

#box3 {
  margin-left: 20%;
}

.feature-card {
    border-radius: 20px;
    padding: 30px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(270deg, #ffe26a 0%, #f4a855 100%);
    transform: translateY(40px);
    opacity: 0;
    width: 400px;
}
.feature-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #111;
  font-weight: 400;
}
.feature-card h3 strong {
  font-family: 'Montserrat';font-weight: 700;
}
.right-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    z-index: 0;
    width: 100%;
    right: 10%;
    top: -12%;
    max-width: 970px;
}
.mockup {
    position: relative;
    width: 100%;
    border-radius: 20px;
    transition: transform 0.3s ease;
    opacity: 1;
    top: 0;
}
.mockup:hover {
  transform: scale(1);
}




.security-section {
  padding: 80px 20px;
  background: url('../images/security-bg.jpg') center/cover no-repeat;
  position: relative;
  z-index: 1;
  color: #fff;
}
.security-section h2 {
  font-family: 'Montserrat';font-weight: 700;
  font-size: 4rem;
}

.security-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-box {
  position: relative;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(45deg, #fdb924, #ff6a00);
  max-width: 380px;
  height: 110px;
  overflow: visible;
}

.feature-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9); 
  border-radius: 10px;
  z-index: 1;
  margin: 2px;
}
.feature-box-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  height: 100%;
  padding-left: 20px;
  color: #fff;
}
.feature-box.active {
  max-width: 100%;
}
.feature-icon img{
  height: 60px;
  width: 60px;
}
.feature-text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.feature-title {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-right: 0;
  font-size: 1.3rem;
  min-width: 250px;
  max-width: 250px;
  line-height: 1.2;
  font-family: 'Montserrat';font-weight: 500;
}

.custom-arrows-right {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    animation: floatLeftRight 2s ease-in-out infinite alternate;
}
/* Animation keyframes */
@keyframes floatLeftRight {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    100% {
        transform: translateY(-50%) translateX(-10px); /* move left by 10px */
    }
}
.feature-box.active .custom-arrows-right {
    transform: translateY(-50%) translateX(-10px) rotate(180deg) !important;
}

.feature-desc {
  font-size: 1.3rem;
  font-family: 'Montserrat';font-weight: 500;
  color: #eee;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.feature-box.active .feature-desc {
    opacity: 1;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 110px;
    line-height: 1.2;
}
.security-p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 40px;
}





.demo-section {
  padding: 0;
}

.demo-title {
  text-transform: uppercase;
  font-family: 'Montserrat';font-weight: 700;
  font-size: 3.5rem;
}
.demo-section strong {
  font-size: 2rem;
  margin-bottom: 20px;
  display: block;font-family: 'Montserrat';font-weight: 700;
}
.demo-description {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 40px;
  font-weight: 300;
}

.form-control,
.form-control:focus {
  background-color: transparent;
  border: 1px solid #444;
  color: #777;
  padding: 15px;
  border-radius: 15px;
}

.btn-demo {
  background: linear-gradient(270deg, #ffe26a 0%, #f4a855 100%);
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #000;
  transition: background-color 0.3s ease;
  font-family: 'Montserrat';font-weight: 700;
}

.btn-demo:hover {
  background: linear-gradient(270deg, #f4a855 0%, #ffe26a 100%);
}




.footer-contact {
  background: url('../images/footer.png') center/cover no-repeat;
  position: relative;
  padding: 140px 0;
  color: #000;
}
.footer-contact h5{
    font-size: 1.8rem;
  font-family: 'Montserrat';font-weight: 700;
}
.footer-contact b{
    font-size: 1.5rem;
  font-family: 'Montserrat';font-weight: 700;
}
.footer-overlay {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 40px;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.office-info h5 {
  font-size: 2rem;
  font-family: 'Montserrat';font-weight: 700;
}

.office-info address {
  font-style: normal;
  line-height: 1.6;
  color: #222;
  font-size: 1.5rem;
  font-family: 'Montserrat';font-weight: 400;
}
.closeBtn {
    border: none;
    font-size: 2.5rem;
    color: #333;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.3s ease, background-color 0.3s ease;
    position: absolute;
    right: -24px;
    top: -24px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    z-index: 99;
}

.closeBtn:hover {
  color: #fff;
  background-color: #ff0000;
}





/*----======================= ABOUT US PAGE CSS =========================================*/
.about-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f8f9fa;
}

.about-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/About-us.png');
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    z-index: 1;
}
.about-content-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
}

.border-svg {
    position: absolute;
    bottom: -6%;
    right: 0;
}
.about-text-container {
    color: #fff;
    max-width: 750px;
    position: relative;
    padding-right: 5%;
}

.about-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Montserrat';font-weight: 700;
}
.about-description {
    font-size: 1.5rem;
    font-family: 'Montserrat';font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}



.vision-mission-section {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: stretch;
}
.vision-text,
.mission-text {
  min-height: 100vh;
  background-color: #fff;
  position: relative;
}
.mission-text {
  padding-left: 10% !important;
}
.vision-text h2,
.mission-text h2 {
  color: #000;
  font-family: 'Montserrat';font-weight: 700;
  
}
.mission-text p,
.vision-text p {
  font-size: 1.2rem;
  color: #555;
  max-width: 70%;
  font-family: 'Montserrat';font-weight: 400;
}
.mission-text p {
  max-width: 90%;
}
.mission-text .border-svg {
  transform: rotate(0deg) scaleY(1);
  bottom: 39%;
}
.vision-text .border-svg {
  transform: rotate(180deg) scaleY(-1);
  bottom: 38%;
}
.mission-image,
.vision-image {
  overflow: hidden;
  height: 100vh;
}
.vision-img, .mission-img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}




.values-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  background: url('../images/value.jpg') center/cover no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.values-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white 0%, transparent 100%);
  z-index: -1;
}
.values-left {
  flex: 1;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.values-title {
  font-weight: 700;
  color: #333;
  border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #ffcc00;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  margin-bottom: 0;
  display: inline-block;
  max-width: 900px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: 'Montserrat';font-weight: 700;
}
.values-title:before {
    content: "";
    position: absolute;
    background-color: #ffcc00;
    z-index: -1;
    height: 10px;
    width: 90%;
    right:0;
    bottom: 0;
    border-bottom-right-radius:20px;
}
.values-title:after {
    content: "";
    position: absolute;
    background-color: #ffcc00;
    z-index: -1;
    height: 10px;
    width: 50px;
    left: -50px;
    top: -10px;
}
/* Shared base style */
.custom-border-box {
  position: relative;
  padding: 20px 40px;
  max-width: 700px;
  border-radius: 0;
  z-index: 1;
  overflow: hidden;
  margin-top: -10px;
}

.custom-border-box:nth-of-type(odd) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.custom-border-box:nth-of-type(odd)::before,
.custom-border-box:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  background-color: #ffcc00;
  z-index: -1;
}

.custom-border-box:nth-of-type(odd)::before {
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.custom-border-box:nth-of-type(odd)::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #ffcc00 50%, transparent 50%);
}

/* 2nd and 4th: Right borders */
.custom-border-box:nth-of-type(even) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.custom-border-box:nth-of-type(even)::before,
.custom-border-box:nth-of-type(even)::after {
  content: "";
  position: absolute;
  background-color: #ffcc00;
  z-index: -1;
}

.custom-border-box:nth-of-type(even)::before {
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.custom-border-box:nth-of-type(even)::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to left, #ffcc00 50%, transparent 50%);
}
.custom-border-box:nth-of-type(even) .bottom-border{
    left: auto;
    right: 0;
}
.custom-border-box .bottom-border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 10px;
  background-color: #ffcc00;
}
.custom-border-box h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'Montserrat';font-weight: 700;
}
.custom-border-box p {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Montserrat';font-weight: 400;
}
.values-right {
  flex: 1;
  position: relative;
}
.custom-border-box:last-child .bottom-border {
    width: 100%;
}
.custom-border-box.empty {
    height: 100px;
    border-bottom-right-radius: 0;
}







/* Keep detail sections hidden but available for JS */
.leader-content-box {
  display: none;
}
.leader-card p {
    margin-top: 20px;
    font-size: 1.2rem;
}
.leadership-section {
  padding: 60px 20px;
  background-color: #fff;
}

.section-title {
  font-size: 4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0;font-family: 'Montserrat';font-weight: 700;
}
.leader-img img {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

.leader-content {
  flex: 1;
}

.leader-name-lg {
  font-size: 2.5rem;
  color: #222;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;font-family: 'Montserrat';font-weight: 700;
}

.leader-name-lg .divider {
  flex-grow: 1;
  height: 2px;
  background: linear-gradient(to right, #f5b440, #f8f556);
}

.leader-position {
  font-size: 1.5rem;
  color: #555;
  margin: 10px 0 20px;
  font-family: 'Montserrat';font-weight: 400;
}

.leader-content p {
  font-size: 1.5rem;
  color: #444;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: 'Montserrat';font-weight: 400;
}






.leadership-grid-section {
  padding: 60px 20px;
  padding-top: 0;
  background-color: #fff;
  text-align: center;
}

.leaders-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}

.leader-box {
    overflow: hidden;
    text-align: center;
    width: 23%;
}

.leader-photo {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.leader-name {
    font-size: 2rem;
    font-weight: 700;
    margin: 16px 0 4px;
    color: #1b1b1b;
    width: 100%;
    display: block;
    font-family: 'Montserrat';font-weight: 700;
}
.leader-role {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 20px;
  font-family: 'Montserrat';font-weight: 400;
}
.divider-line {
    width: 2px;
    height: 50vh;
    background: linear-gradient(to bottom, #F5B440, #FF914D);
    align-self: center;
    border-radius: 10px;
    display: block;
    box-shadow: 2px 0 2px rgba(255, 145, 77, 0.5);
}












.who-we-serve-section {
  background-color: #FEF8F1;
}

.who-text h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-family: 'Montserrat';font-weight: 700;
}

.who-text p {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.2;
  margin-bottom: 25px;
  font-family: 'Montserrat';font-weight: 400;
}
.who-image {
  margin-top: -100px;
}
.who-image img {
  max-width: 100%;
}
.investrack-journey-section {
  background-color: transparent;
  padding-top: 100px;
  margin-top: 100px;
}

.journey-title {
  font-size: 4rem;
  color: #222;
  text-transform: uppercase;
  font-family: 'Montserrat';font-weight: 700;
}
.journey-quote p {
    font-size: 2rem;
    font-weight: 500;
    color: #444;
    position: relative;
}
.journey-text p{
  font-size: 1.5rem;
}
.journey-quote p::before,
.journey-quote p::after {
  content: '“';
  font-size: 6rem;
  font-weight: bold;
  color: #000;
  position: absolute;
  bottom: 0;
  left: -40px;
  line-height: .1;
}

.journey-quote p::after {
  content: '”';
  margin-left: 5px;
  right: -40px;
  left: auto;
}

.journey-text {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.2;
  padding-bottom: 100px;
  font-family: 'Montserrat';font-weight: 400;
}











.careers-values-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #222;
}

.careers-title {
  font-size: 4rem;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin-bottom: 70px;
  font-family: 'Montserrat';font-weight: 700;

}

.careers-intro {
  font-size: 1.5rem;
  color: #444;
  margin-bottom: 1rem;
  font-family: 'Montserrat';font-weight: 400;
}

.expect-title {
  font-size: 4rem;
  color: #111;
  text-transform: uppercase;
  font-family: 'Montserrat';font-weight: 700;
  margin-top: 100px;
}

.expectations-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}

.expect-item {
  background-color: #fef6ef;
  border-radius: 7px;
  padding: 20px 24px;
  padding-left: 50px;
}

.expect-item h4 {
  margin: 0;
  font-size: 2rem;
  font-family: 'Montserrat';font-weight: 700;
  line-height: 1;
}

.expect-item p {
  margin: 0;
  font-size: 1.5rem;
  color: #555;font-family: 'Montserrat';font-weight: 400;
}








.join-our-team-section {
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: stretch;
    padding-bottom: 100px;
}
.join-team-text {
    padding-left: 3% !important;
    min-height: 100vh;
    background-color: #fff;
    position: relative;
}
.display-4 {
  font-family: 'Montserrat';font-weight: 700;
}
.join-team-text p {
    font-size: 1.5rem;
    color: #555;
    max-width: 90%;
    font-family: 'Montserrat';font-weight: 400;
}
.join-team-text .border-svg {
    transform: rotate(180deg) scaleX(1);
    bottom: 8%;
}
.join-team-text .btn-demo {
    display: inline-block;
    max-width: 350px;font-family: 'Montserrat';font-weight: 700;
    font-size: 1.5rem;
    border-radius: 10px;
    margin-top: 20px;
}







/*========================== solution page css ==========================================*/
.solution-hero-section {
  position: relative;
  overflow: hidden;
}
.solution-hero-section::before {
  content: "";
  display: block;
  height: 450px;
  width: 100%;
  background: linear-gradient(to bottom, #fcd164, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.custom-border-color {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 40px;
  background: linear-gradient(to right, #f5b440, #ff914d);
  padding: 10px;
  position: relative;
}
.custom-border-color:before {
    position: absolute;
    content: '';
    height: 50px;
    width: 70%;
    bottom: -10px;
    background-color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.custom-border-color > .inner-content {
  background: #fff;
  border-radius: 32px;
  padding: 4rem;

    background-image: url('../images/BG.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.solution-hero-section .display-4{
    font-size: 4rem;
    font-family: 'Montserrat';font-weight: 400;
}
.solution-hero-section .display-4 span {
  font-family: 'Montserrat';font-weight: 700;
}
.solution-hero-section h2 {
  font-size: 3rem;
  font-family: 'Montserrat';font-weight: 700;
}
.solution-hero-section h1,
.solution-hero-section h2,
.solution-hero-section p {
  position: relative;
  z-index: 2;
}
.solution-hero-section .lead {
  font-size: 1.2rem;
    font-family: 'Montserrat';font-weight: 400;
}
.small-border {
  width: 200px;
  height: 4px;
  margin: 40px auto;
  background-color: #000;
}





/* Slick slider container */
.slider_center {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.slider_center .product-slider {
  position: relative;
  padding: 0;
  transition: transform 0.3s ease;
  overflow: hidden;
  border-radius: 20px;
  transform: scale(.8);
}
.product-slider:hover{
  transform: scale(1) !important;
}
.product-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 20px;
}
.product-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 1rem;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
.product-slider:hover .product-overlay {
  opacity: 1;
  transform: translateY(0);
}
.product-slider .product-overlay h4 {
font-size: 4rem;
font-family: 'Montserrat';font-weight: 700;
}
.product-overlay h4 {
  margin: 0;
  font-size: 2rem;
  font-weight: 600;
}
.btn-slider {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: linear-gradient(to right, #f5b440, #ff914d);
  color: #000;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn-slider:hover {
  background: linear-gradient(to right, #ff914d, #f5b440);
  color: #111;
}
.slider_center {
  margin-top: -300px;
}









.fullImage_sec {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3%;
}
#investrack-section-new{
    margin-bottom: 100px ;   
}
.fullImage_sec.row-reverse{
  margin-right: 0;
  margin-left: 3%;
}
.fullImage_sec .inner-content-bg {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 72%;
  width: 100%;
  background: linear-gradient(to right, #f5b440, #ff914d);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 12px;
}
.fullImage_sec .rounded-custom {
  border-radius: 0 20px 20px 0;
}
.fullImage_sec.row-reverse .rounded-custom {
  border-radius: 20px 0 0 20px;
}
.fullImage_sec .bg-gradient-layer {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 98%;
    width: 99%;
    background: #fff;
    z-index: -1;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
}
.fullImage_sec h2{
  font-size: 3rem;
  font-family: 'Montserrat';font-weight: 700;
}
.fullImage_sec h5 {
  font-size: 1.5rem;
  font-family: 'Montserrat';font-weight: 700;
  background: linear-gradient(to right, #f5b440, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fullImage_sec p,
.fullImage_sec .list-unstyled li{
  font-size: 1rem;
  font-family: 'Montserrat';font-weight: 400;
}
.fullImage_sec b{
  font-size: 1rem;
  font-family: 'Montserrat';font-weight: 700;
  background: linear-gradient(to right, #f5b440, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#investrack-section h2,
#investrack-section h5,
#investrack-section p,
#investrack-section ul li,
#investrack-reverse-section h2,
#investrack-reverse-section h5,
#investrack-reverse-section p,
#investrack-reverse-section ul li {
  will-change: transform, opacity;
}
.custom-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 30px;
  height: 30px;
  background: transparent;
  border: solid #333;
  border-width: 0 3px 3px 0;
  padding: 5px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.arrow:hover {
  opacity: 1;
}
.prev-arrow {
  left: 10px;
  transform: translateY(-50%) rotate(135deg);
}
.next-arrow {
  right: 30px;
  transform: translateY(-50%) rotate(-45deg);
}

.leader-content-box.hidden {
    display: none;
}
.leader-box.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,.1);
}
.leader-box {
    cursor: pointer;
}
.mobile-bg {
    display: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.mobile-tab {
    height: 0;
    overflow: hidden;
    display: none;
}
.faq-item {
    margin-bottom: 10px;
}
.faq-item .faq-question {
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
    border: 1px solid #f6b93b;
    text-align: left;
    border-radius: 14px;
    margin-bottom: 0;
    font-family: 'Montserrat';font-weight: 500;
    padding: 20px 20px;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.4s ease-in-out,
                color 0.4s ease-in-out,
                border-color 0.4s ease-in-out,
                transform 0.3s ease;
    animation: fadeSlideIn 0.5s ease-in-out forwards;
}
.faq-item .faq-question:hover, 
.faq-item.active .faq-question {
    background: linear-gradient(270deg, #ffe26a 0%, #f4a855 100%);
    color: #000;
    border-color: transparent;
}
.faq-item.active .faq-question p{
    display: block;
}
.faq-question p {
    margin: 0;
    font-weight: normal;
    font-size: 0.9rem;
    display: none;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}
.faq-answer img {
    width: 100%;
    display: block;

}
.faq-item.active .faq-answer {
    max-height: 500px;
    opacity: 1;
    margin: 0.5rem 0;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .parallax-bg {
        background: none;
        overflow: hidden;
    }
    .mobile-bg {
        display: block;
    }
}



