 :root {
     --bs-primary: #0E2C71;
     --bs-secondary: #C8912C;
     --bs-warning: #C8912C;
     --bs-dark: #0F1E3A;

     --bs-primary-rgb: 14, 44, 113;
     --bs-warning-rgb: 200, 145, 44;
     --bs-btn-bg: #6c757d;
     --bs-btn-border-color: #6c757d;
 }

 html {
     scroll-behavior: smooth;
 }

 body .bg-primary {
     background-color: #193167 !important;
 }

 body .text-primary {
     color: #B78632 !important;
 }


 body .btn-warning {
     background-color: #B78632;
     border-color: #B78632;
 }

 body .btn-warning:hover {
     background: #865e18;
     border-color: #865e18;
 }

 body .text-secondary {
     color: #193167 !important;
 }

 body .text-dark {
     color: #444444 !important;
 }

 .text-muted {
     color: #acaeb4 !important;
 }

 .text-danger {
     color: #CF005D !important;
 }

 body .bg-info {
     background-color: #811517 !important;
 }

 body .bg-warning {
     background-color: #B78632 !important;
 }

 body .form-select {
     padding: 1rem 2.25rem 1rem .75rem !important
 }

 body {
     font-family: 'Titillium Web', sans-serif;
     overflow-x: hidden;
 }

 .fw-semibold {
     font-weight: 600;
 }

 .enquire-now-btn {
     min-width: 198px;
 }

 .btn-lg {
     font-size: 18px;
     min-height: 45px;
     padding-top: 15px;
     padding-bottom: 15px;
 }

 .default-btn-bg {
     background-color: #811517 !important;
 }

 .default-btn-bg:hover {
     background-color: #61090b !important;
 }


 .btn-primary {
     --bs-btn-color: #fff;
     --bs-btn-bg: #0E2C71;
     --bs-btn-border-color: #0E2C71;

     --bs-btn-hover-color: #fff;
     --bs-btn-hover-bg: #0B245D;
     --bs-btn-hover-border-color: #0B245D;

     --bs-btn-active-color: #fff;
     --bs-btn-active-bg: #081E4D;
     --bs-btn-active-border-color: #081E4D;

     --bs-btn-focus-shadow-rgb: 14, 44, 113;

     border-radius: 0;
     font-weight: 600;
     letter-spacing: 0.5px;
 }


 .vertical-lines-overlay {
     left: 0;
     opacity: .4;
     pointer-events: none;
     top: 14%;
     z-index: 1;
 }

 .border-col {
     border-left: 1px solid rgba(255, 255, 255, 0.3);
     border-right: 1px solid rgba(255, 255, 255, 0.3);
     border-top: 1px solid rgba(255, 255, 255, 0.3);
     position: relative;
     height: 100%;
     overflow: hidden;
 }

 .border-col:before {
     background: linear-gradient(180deg, #00ffc800 0, #00ffc8e6 50%, #00ffc800);
     content: "";
     filter: blur(6px);
     height: 80px;
     left: -2px;
     position: absolute;
     width: 5px;
 }

 .border-col:nth-child(odd)::before {
     animation: moveDown 4s linear infinite alternate;
 }

 /* even columns → move bottom to top */
 .border-col:nth-child(even)::before {
     animation: moveUp 4s linear infinite alternate;
 }

 /* animation top → bottom */
 @keyframes moveDown {
     0% {
         top: -100px;
     }

     100% {
         top: 100%;
     }
 }

 /* animation bottom → top */
 @keyframes moveUp {
     0% {
         top: 100%;
     }

     100% {
         top: -100px;
     }
 }

 .hero-slider .btn-primary::before {
     background: #B78632;
 }

 .hero-slider .btn-primary:hover::before {
     transform: scaleX(1);
 }

 .hero-slider .btn-primary:hover {
     border-color: #B78632;
 }

 /* .hero-slide:after {
     position: absolute;
     left: 0;
     bottom: 0;
     background: linear-gradient(to top, #B78632 0%, rgba(183, 134, 50, 0.85) 54%, rgba(183, 134, 50, 0.45) 75%, rgba(183, 134, 50, 0) 100%);
     content: "";
     width: 100%;
     height: 420px;
     z-index: 9;
 } */

 /* .hero-slider:after {
     position: absolute;
     left: 0;
     top: 0;
     content: "";
     width: 100%;
     height: 100%;
     background: linear-gradient(90deg, rgba(14, 30, 74, 0.25) 0%, rgba(25, 49, 103, 0.45) 40%);
 } */

 .hero-slide:before {
     position: absolute;
     right: 90px;
     bottom: -72px;
     width: 383px;
     height: 236px;
     background: url('../images/hero-bg.png');
     background-size: auto;
     background-position: right bottom;
     content: "";
     z-index: 9;
 }

 .pranavam-banner {
     background: #d09a3d;
 }

 .banner-left {
     background: #8d0f10;
     padding: 10px 40px 10px 20px;
     position: relative;
     color: #fff;
 }

 /* angled edge */
 .banner-left::after {
     content: "";
     position: absolute;
     right: -40px;
     top: 0;
     border-top: 60px solid transparent;
     border-bottom: 60px solid transparent;
     border-left: 40px solid #8d0f10;
 }

 .banner-logo {
     margin-right: 10px;
 }

 .banner-title h3 {
     margin: 0;
     font-size: 26px;
     font-weight: 600;
 }

 .banner-title span {
     font-size: 12px;
 }

 .banner-middle small {
     display: block;
     font-size: 24px;
 }

 .banner-middle {
     line-height: 18px;
 }

 .banner-middle h5 {
     margin: 0;
     font-weight: 600;
     font-size: 36px;
 }

 .banner-middle span {
     font-size: 32px;
 }

 .banner-right:before {
     position: absolute;
     left: -42px;
     top: 5px;
     width: 2px;
     height: 95%;
     background: #fff;
     content: "";
 }

 .banner-right h4 {
     margin: 0;
     font-size: 50px;
 }

 .banner-right span {
     font-size: 24px;
 }

 .banner-right-enquire-btn {
     background: #8d0f10;
     padding: 18px 36px;
     display: inline-block;
     font-size: 18px;
     letter-spacing: 3px;
 }

 .animated-toggler {
     border: none;
     padding: 10px;
     background: transparent;
     outline: none;
     box-shadow: none;
     top: 20px;
 }

 .animated-toggler span {
     display: block;
     width: 26px;
     height: 2px;
     background-color: #fff;
     margin: 6px 0;
     transition: all 0.35s ease;
     transform-origin: center;
 }

 .animated-toggler.open span:nth-child(1) {
     transform: translateY(8px) rotate(45deg);
 }

 .animated-toggler.open span:nth-child(2) {
     opacity: 0;
 }

 .animated-toggler.open span:nth-child(3) {
     transform: translateY(-8px) rotate(-45deg);
 }

 .navbar-brand {
     z-index: 10;
 }

 .navbar-brand img {
     height: 150px;
     transition: height 0.35s ease;
 }

 .navbar-expand-lg .navbar-collapse {
     align-self: center;
     justify-content: end;
 }

 #mainScreen .navbar-collapse {
     z-index: 10;
     /* margin-top: 38px; */
     display: block;
 }

 .mobile-menu .navbar-brand {
     display: none;
 }

 .header-top {
     z-index: 10;
     font-size: 15px;
 }

 .header-top a {
     text-decoration: none;
     letter-spacing: 1px;
 }

 .header-top a:hover {
     color: #B78632 !important;
 }

 .navbar-nav .nav-item {
     margin: 0 20px;
 }

 .our-projects-nav.navbar-nav .nav-item {
     margin: 0 3px;
 }

 .navbar-nav .nav-link {
     color: #fff;
     font-size: 14px;
     font-weight: 400;
     padding: 0 !important;
     margin: 0 10px;
 }

 .navbar-nav .nav-link:after {
     background: #f5c27a;
     bottom: -6px;
     content: "";
     height: 2px;
     left: 0;
     position: absolute;
     transition: width .3s ease;
     width: 0;
     pointer-events: none;
 }

 .navbar-nav .nav-link.active:after,
 .navbar-nav .nav-link:hover:after {
     width: 100%;
 }

 .hero-navbar .dropdown-toggle:hover::after,
 .hero-navbar .dropdown-toggle:focus::after {
     opacity: 1;
 }

 .navbar .btn-outline-light {
     font-size: 20px;
     min-width: 180px;
     min-height: 50px;
     line-height: 50px;
     border: 1px solid #fff;
     outline: 0;
     position: relative;
     z-index: 0;
 }

 .navbar-nav .nav-link:hover,
 .navbar-nav .nav-link:active,
 .navbar-nav .nav-link.active {
     color: #f5c27a !important;
 }

 .our-projects-nav .dropdown-toggle {
     position: relative;
     padding-right: 16px;
 }

 .our-projects-nav .dropdown-toggle::after {
     content: "";
     border: solid currentColor;
     border-width: 0 2px 2px 0;
     display: inline-block;
     width: 6px;
     height: 6px;
     margin-left: 8px;
     position: relative;
     top: -1px;
     transform: rotate(45deg);
 }

 .hero-navbar .dropdown-toggle {
     position: relative;
     padding-right: 18px !important;
 }

 .dropdown-toggle::after {
     display: none;
 }

 .projects-nav-link .dropdown-toggle::before {
     content: "";
     border: solid currentColor;
     border-width: 0 2px 2px 0;
     display: inline-block;
     width: 6px;
     height: 6px;
     margin-left: 0;
     position: absolute;
     right: 4px;
     top: 50%;
     transform: translateY(-50%) rotate(45deg);
     opacity: 0.9;
 }

 .btn-outline-light {
     border-radius: 0;
 }

 .navbar-scrolled {
     padding: 8px 40px;
     background: rgba(0, 0, 0, 0.85);
 }

 .navbar-scrolled .navbar-brand img {
     height: 45px;
 }

 /* .hero-slide {
     position: relative;
     background-size: cover;
     background-position: top;
     height: 100vh;
     display: flex;
     align-items: end;
 } */

 .hero-heading-small {
     top: -22px;
 }

 .hero-content {
     position: relative;
     z-index: 99999;
     color: #fff;
     margin-bottom: 75px;
 }

 .container {
     max-width: 1440px;
 }

 .hero-content h1 {
     font-size: clamp(28px, 4vw, 58px) !important;
     line-height: 1.15;
     margin: 0 0 10px 0 !important;
 }

 .hero-content h2 {
     font-size: clamp(16px, 1.8vw, 22px);
     line-height: 1.3;
 }

 .hero-banner-content {
     margin-top: 250px;
 }

 .hero-banner-content h1 {
     font-size: 3rem;
     font-weight: 200;
 }

 .hero-banner-content p {
     font-size: 1.5rem;
     font-weight: 200;
 }

 .hero-banner-first {
     background-image: url('../images/banner-10.avif');
 }

 .hero-banner-second {
     background-image: url('../images/banner-2-thibha.png');
 }


 @media (max-width: 991px) {
     .hero-banner-content {
         padding-top: 100px;
         padding-right: 20px;
         padding-left: 20px;
         margin-top: 0px;
     }

     .hero-banner-content h1 {
         font-size: 1.8rem;
     }

     .hero-banner-content p {
         font-size: 0.8rem;
     }
 }

 @media (max-width: 767px) {
     .hero-banner-first {
         background-image: url('../images/banner-11.avif');
     }

     .hero-banner-second {
         background-image: url('../images/hourse-banner-mobile.avif');
     }
 }

 .type-line {
     overflow: hidden;
     white-space: nowrap;
     width: 0;
     border-right: 3px solid #fff;
     animation: typing 6s steps(40, end) infinite;
 }

 .line1 {
     animation-delay: 0s;
 }

 .line2 {
     animation-delay: 0.6s;
 }

 .line3 {
     animation-delay: 1.2s;
 }

 @keyframes typing {
     0% {
         width: 0;
     }

     30% {
         width: 40ch;
     }

     60% {
         width: 40ch;
     }

     100% {
         width: 0;
     }
 }

 .project-card {
     gap: 26px;
     background: #811517;
     background-image: url('../images/pranavam-bg.png');
     background-size: auto;
     background-repeat: no-repeat;
     padding: 20px;
     justify-content: center;
     align-items: center;
 }

 .project-card>img {
     max-width: 160px;
 }

 .btn-brand {
     background: #C8912C;
     color: #fff;
     transition: all 0.5s ease-in-out 0s;
 }

 .btn-brand:hover {
     background: #9b6e1a;
 }

 .hero-navbar {
     width: 100%;
     background: transparent;
 }


 body .bx-wrapper {
     box-shadow: none;
     background: transparent;
     border: none;
     position: relative;
     margin-bottom: 0;
     max-height: 100vh;
     z-index: 9;
 }

 .hero-heading,
 .hero-left,
 .hero-right {
     opacity: 0;
     will-change: transform, opacity;
 }

 .pranavam-build {
     width: 350px !important;
 }

 .hero-heading {
     transform: translateY(30px);
     transition: opacity 0.7s ease, transform 0.7s ease;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
 }

 .hero-left {
     transform: translateX(-80px);
     transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
         transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
     padding: 20px;
     min-height: 300px;
 }

 .booking-cta-container {
     display: flex
 }

 .hero-right {
     transform: translateX(80px);
     transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
         transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
     position: relative;
 }

 .hero-right h2 {
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
     font-size: 25px;
 }

 .hero-active .hero-heading {
     opacity: 1;
     transform: translateY(0);
 }


 .hero-active .hero-left {
     opacity: 1;
     transform: translateX(0);
     transition-delay: 1s;
 }

 .hero-active .hero-right {
     opacity: 1;
     transform: translateX(0);
     transition-delay: 1s;
 }

 @keyframes btnFade {
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .text-anime-style-2 .char {
     display: inline-block;
     opacity: 0;
     will-change: transform, opacity;
     transform: translateY(100%) rotateX(25deg);
 }

 .hero-slider .text-anime-style-2 {
     opacity: 0;
     visibility: hidden;
     transform: translateY(10px);
 }

 .hero-active .hero-right .btn {
     opacity: 0;
     animation: btnFade 0.6s ease forwards;
     animation-delay: 0.7s;
 }


 .hero-slider-bg {
     background-color: #000;
     background-image: url("../images/banner.jpg");
     background-size: cover;
 }

 .divider {
     width: 4px;
     height: 71px;
     background: #d4a64a;
 }

 .video-slide {
     position: relative;
     overflow: hidden;
 }

 .hero-video {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 100%;
     height: 100%;
     object-fit: cover;
     transform: translate(-50%, -50%);
     z-index: 0;
 }

 .booking-cta {
     background: #F3CE8E;
     display: inline-flex;
     align-items: stretch;
     border-radius: 8px;
 }

 .booking-cta>* {
     height: 60px;
     display: inline-flex;
     align-items: center;
 }

 .cta-label {
     padding: 0 14px;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     font-size: 14px;
     color: #193167;
     font-weight: 600;
 }

 .icon-box {
     width: 28px;
     height: 28px;
     background: #193167;
     color: #fff;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     font-weight: 700;
 }

 .cta-main .arrow {
     font-size: 14px;
 }

 .arrow .fa-solid {
     transform: rotate(-50deg);
 }

 .booking-cta .btn-primary {
     min-width: 198px;
     height: 60px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     border-top-right-radius: 8px;
     border-bottom-right-radius: 8px;
 }

 .hero-link {
     color: rgba(255, 255, 255, 0.5);
     font-weight: 100;
 }

 body #mainScreen .bx-pager.bx-default-pager {
     position: absolute;
     bottom: 20px;
     right: 30px;
     width: auto;
     z-index: 999;
 }

 body .bx-wrapper .bx-pager.bx-default-pager a {
     display: inline-block;
     width: 38px;
     height: 4px;
     background: rgba(255, 255, 255, 0.6);
     margin: 0 6px;
     border-radius: 0;
     transition: all 0.3s ease;
 }

 body .bx-wrapper .bx-pager.bx-default-pager a.active {
     background: #C8912C;
 }

 .amenities-section .bx-pager.bx-default-pager {
     display: flex;
     justify-content: center;
     align-items: center;
     bottom: -50px;
     position: relative;
 }

 body .amenities-section .bx-wrapper .bx-pager.bx-default-pager a {
     color: transparent;
     width: 10px;
     height: 6px;
 }

 .stats {
     max-width: 1019px;
     width: 100%;
 }

 .stats h2 {
     font-size: 55px;
 }

 /* home slider */
 .home-slider-elevate {
     background: url('../images/silent-feature-bg.png') no-repeat left top;
 }

 .elevate-animate {
     opacity: 0;
     transform: translateY(70px);
     transition: all 0.9s cubic-bezier(.25, .8, .25, 1);
 }

 .elevate-animate.is-visible {
     opacity: 1;
     transform: translateY(0);
 }

 .hero-slider {
     max-height: 100vh;
 }

 /* Keep first hero visible before Owl initializes so section order doesn't jump */
 .hero-slider.owl-carousel {
     display: block;
     min-height: 100vh;
 }

 .hero-slider.owl-carousel:not(.owl-loaded) .hero-slide {
     display: none;
 }

 .hero-slider.owl-carousel:not(.owl-loaded) .hero-slide:first-child {
     display: flex;
 }

 .hero-title {
     position: relative;
     z-index: 2;
     font-size: 4rem;
     color: #fff;
     text-align: center;
     max-width: 80%;
     line-height: 1.1;
 }

 /* overlay text */
 .swiper-wrapper {
     overflow: hidden;
 }

 .swiper.second-slider {
     overflow: inherit;
 }

 /* top text */
 .heading {
     text-align: center;
     font-weight: 600;
     font-size: 40px;
     margin-bottom: 10px;
 }

 /* slider */
 .second-slider {
     height: 754px;
     border-radius: 6px;
 }

 .second-slider img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 /* overlay */
 .slide-content {
     position: absolute;
     inset: 0;
     top: 20%;
     z-index: 2;
 }

 .slide-content h1 {
     font-size: 3rem;
     letter-spacing: 2px;
     margin-bottom: 10px;
 }

 .desc {
     font-size: 24px;
     line-height: 1.6;
 }


 .slide-content>* {
     opacity: 0;
     transform: translateY(14px);
 }

 .swiper-slide-active .slide-content>* {
     animation: textFadeUp .8s ease forwards;
 }

 .swiper-slide-active h1 {
     animation-delay: .1s;
 }

 .swiper-slide-active .tagline {
     animation-delay: .25s;
 }

 .swiper-slide-active .desc {
     animation-delay: .4s;
 }

 .second-slider img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transform: scale(1);
     transition: transform 6s ease;
 }

 .swiper-slide-active img {
     transform: scale(1.08);
 }


 .second-slider .swiper-button-prev,
 .second-slider .swiper-button-next {
     display: none;
 }

 @keyframes textFadeUp {
     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 @media (max-width: 1024px) {
     .second-slider {
         /* height: 600px; */
     }
 }


 .feature-card {
     gap: 14px;
     padding: 14px 0;
     opacity: 0;
     margin-bottom: 25px;
     border-radius: 8px;
     transition: transform .3s ease, background .3s ease;
 }

 .feature-card:hover {
     transform: translateY(-4px);
 }

 .feature-icon-box {
     width: 77px;
     height: 77px;
     border: 2px solid #d6a44c;
     border-radius: 50%;
     border-radius: 6px;
     flex-shrink: 0;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: background .3s ease;
 }

 .feature-card:hover .feature-icon-box {
     background: #d6a44c;
 }

 .feature-card:hover .feature-icon-box img {
     filter: brightness(0) invert(1);
 }

 .feature-heading {
     font-size: 28px;
     font-weight: 600;
     line-height: 24px;
 }

 .silent-features-premium {
     background: #18346b;
     background-image: url('../images/Union-bg.png');
     background-repeat: no-repeat;
     background-position: 1px -210px;
     background-size: auto;
     border: 1px solid #B78632;
     padding: 120px 30px;
     z-index: 9;
 }

 .premium-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 22px;
     place-items: center;
 }

 .premium-card {
     border-radius: 10px;
     padding: 22px;
     color: #fff;
     min-height: 120px;
     transition: all .35s ease;
     max-width: 288px;
     width: 100%;
     gap: 5px;
 }

 .premium-card p {
     font-size: 12px;
 }

 .premium-card.gold {
     background: #B78632;
 }

 .premium-card.navy {
     background: #0f2b5b;
     border: 1px solid #B78632;
 }

 .premium-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
 }

 .premium-card h6 {
     font-weight: 600;
     font-size: 20px;
 }

 .premium-card img {
     transition: transform .6s ease;
 }

 .premium-card:hover img {
     transform: scale(1.2);
 }

 /* bank logos grid */
 .bank-logos {
     display: grid;
     grid-template-columns: repeat(5, minmax(0, 1fr));
     gap: 22px;
     justify-items: center;
     align-items: center;
 }

 .bank-logos img {
     max-width: 160px;
     width: 100%;
     height: auto;
     object-fit: contain;
 }

 @media (max-width: 767px) {
     .bank-logos {
         grid-template-columns: repeat(2, minmax(0, 1fr));
         gap: 20px 24px;
     }

     .bank-logos img {
         max-width: 140px;
     }

     .bank-logos img:last-child {
         grid-column: 1 / -1;
         justify-self: center;
     }
 }

 /* success story */
 .success-story-container {
     position: relative;
 }

 .success-story-container:before,
 .success-story-container:after {
     content: "";
     position: absolute;
     width: 743px;
     height: 748px;
 }

 .success-animate {
     opacity: 0;
     transform: translateY(60px);
     transition: all 0.9s ease;
 }

 .success-animate.is-visible {
     opacity: 1;
     transform: translateY(0);
 }

 .success-story-container:before {
     background: url("../images/success-story-left-bg.png") no-repeat;
     background-position: left top;
     left: -60px;
     top: -120px;
     z-index: -1;
 }

 .success-story-container:after {
     background: url("../images/success-story-right-bg.png") no-repeat;
     background-position: right top;
     right: -60px;
     top: -120px;
     z-index: -1;
 }

 .success-stories-section {
     padding: 80px 0;
     background: #f9fafc;
 }

 .section-title {
     font-weight: 600;
     margin-bottom: 40px;
 }

 .section-title span {
     color: #B78632;
 }


 .tribha-values-section {
     background-color: #16305d;
     height: 92%;
     overflow: hidden;
     position: relative;
 }

 .values-top {
     position: relative;
     overflow: hidden;
 }

 .tribha-values-section:before {
     position: absolute;
     content: "";
     top: -150px;
     left: 53%;
     z-index: 1;
     transform: translateX(-50%);
     width: calc(100% - 100px);
     height: 303px;
     background: #16305d url("../images/why-tribha-bg.png");
     background-repeat: repeat-x;
     background-position: top left;
     pointer-events: none;
 }

 .value-card {
     background: #fff;
     padding: 30px 20px;
     height: 100%;
     z-index: 2;
     border-top: 6px solid #B78632;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .value-card img {
     width: 48px;
     margin-bottom: 16px;
 }

 .value-card h6 {
     font-size: 14px;
     font-weight: 600;
     letter-spacing: 0.6px;
     line-height: 1.4;
     margin: 0;
 }

 .value-card:hover {
     transform: translateY(-8px);
     box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
 }

 .values-image img {
     max-height: 520px;
     object-fit: cover;
     position: relative;
     top: -80px;
 }

 .values-bottom {
     background: #b88a33;
     padding: 70px 0;
     position: relative;
     top: -81px;
 }

 .logo-box img {
     max-width: 164px;
     background: #fff;
     padding: 16px;
     border-radius: 14px;
     position: absolute;
     left: 50%;
     margin-left: -82px;
     top: -150px;
 }

 .pranavam-header.scrolled .navbar-nav .nav-link {
     font-size: 12px;
 }

 .pranavam-header.scrolled .navbar-brand.logo-box-project img {
     height: 130px;
 }

 .cta-text {
     max-width: 820px;
     margin: 0 auto;
     font-size: 32px;
     line-height: 1.6;
     font-weight: 600;
 }



 .values-bottom:before,
 .values-bottom:after {
     position: absolute;
     content: "";
     width: 246px;
     height: 303px;
     top: 0;
     background-image: url('../images/why-tribha-bottom-bg.png');
     background-size: auto;
     background-repeat: no-repeat;
 }

 .values-bottom:before {
     left: 5%;
 }

 .values-bottom:after {
     right: 5%;
 }



 .scroll-animate {
     opacity: 0;
     transform: translateY(40px);
     transition:
         opacity 1.6s ease,
         transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
     will-change: transform, opacity;
 }

 .scroll-animate.is-visible {
     opacity: 1;
     transform: translateY(0);
 }

 .animate__animated {
     animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
 }

 .wow {
     visibility: hidden;
 }

 .delay-1 {
     transition-delay: 0.3s;
 }

 .delay-2 {
     transition-delay: 0.6s;
 }

 .delay-3 {
     transition-delay: 0.9s;
 }

 .delay-4 {
     transition-delay: 1.2s;
 }

 .fade-scale {
     transform: scale(0.95);
 }

 .fade-scale.is-visible {
     transform: scale(1);
 }

 .bank-logos img {
     height: 35px;
     object-fit: contain;
 }

 /* footer */
 .footer-container {
     background-color: #141F38;
     border-bottom: 3px solid #B78632;
 }

 .footer-heading,
 .footer-container a,
 .footer-container span,
 .footer-container p {
     color: #A6A6A6;
     font-weight: 400;
 }

 .footer-container a {
     font-size: 18px;
     transition: all 0.5s ease 0s;
 }

 .footer-container .footer-links li {
     position: relative;
     margin-left: 20px;
 }

 .footer-container .footer-links li:not(:last-child)::after {
     content: "|";
     position: absolute;
     right: -12px;
     color: #343F58;
 }

 .footer-container .footer-links a {
     color: #B78632;
     text-decoration: none;
     font-size: 14px;
     transition: 0.3s ease;
 }

 .footer-container .footer-links a:hover {
     color: #966c25 !important;
 }


 .footer-container a:hover {
     color: #B78632 !important;
 }

 .footer-container a.go-top:hover {
     color: #fff !important;
 }

 .footer-container p {
     font-size: 18px;
 }

 .ts-rera-container {
     border: 1px solid #B78632;
 }

 .contact-icon {
     width: 22px;
     height: 22px;
     object-fit: contain;
     margin-top: 4px;
 }

 .ts-rera-container p {
     font-size: 18px;
 }

 .excellence-btn {
     background: #141F38;
     padding: 18px 36px;
     display: inline-block;
     font-size: 18px;
     letter-spacing: 3px;
 }

 .ts-rera-container p span {
     font-size: 18px;
 }

 .tribha-socialmedia-list li a {
     width: 46px;
     height: 46px;
     line-height: 46px;
     border: 1px solid #475569;
     transition: all 0.35s ease;
     font-size: 26px;
 }

 .tribha-project-list.tribha-socialmedia-list {
     max-width: 222px;
 }

 .tribha-socialmedia-list li:hover a {
     background: #B78632 !important;
     color: #fff !important;
 }

 .tribha-contact-bar {
     background: #0f1e3a;
     padding: 22px 0;
     color: #fff;
     font-size: 14px;
 }


 .tribha-contact-bar a:hover {
     color: #C8912C;
 }

 .contact-icon {
     font-size: 18px;
     margin-right: 12px;
     color: #ffffff;
     min-width: 20px;
 }

 .footer-copyright {
     margin-top: 35px;
     border-top: 1px solid #343F58;
 }

 .visitor-counter-bar {
     background: #d09a3d;
     border-radius: 6px;
     padding: 10px 16px;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     gap: 18px;
     color: #000;
     font-weight: 700;
     margin-top: 16px;
 }

 .visitor-item {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-size: 18px;
 }

 .visitor-number {
     background: #f1f1f1;
     color: #000;
     padding: 4px 10px;
     border-radius: 6px;
     min-width: 80px;
     text-align: center;
     box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
 }

 @media (max-width: 767px) {
     .visitor-counter-bar {
         gap: 10px;
     }

     .visitor-item {
         font-size: 14px;
     }

     .visitor-number {
         min-width: 64px;
         padding: 3px 8px;
     }
 }

 .footer-logo {
     z-index: 9;
     margin-top: 28px;
 }

 .animate-on-scroll {
     opacity: 0;
 }

 .animate__animated {
     opacity: 1;
 }

 .go-top {
     position: fixed;
     right: 6%;
     bottom: 440px;
     width: 35px;
     height: 35px;
     background: #B78632;
     cursor: pointer;
     opacity: 0;
     visibility: hidden;
     transform: translateY(20px);
     transition: all 0.35s ease;
     z-index: 999;
 }

 .go-top:hover {
     background: #C8912C;
     color: #0E2C71;
     transform: translateY(0) scale(1.05);
 }

 .go-top.show {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
 }

 /* gallery */
 .gallery-hero {
     position: relative;
     min-height: 510px;
     background: url("../images/gallery-banner.jpg") center/cover no-repeat;
     overflow: hidden;
     top: -35px;
     margin-bottom: -25px;
 }

 .media-hero {
     background: url("../images/media-banner.jpg") center/cover no-repeat;
 }

 .contact-us-hero {
     background: url("../images/contact-us-bg.jpg") center/cover no-repeat;
 }

 .filter-toggle-btn {
     display: none;
     align-items: center;
     gap: 0px;
     padding: 0px;
 }

 @media (min-width: 992px) {
     #galleryFilters.collapse {
         display: flex;
         height: auto !important;
         visibility: visible;
         overflow: visible;
     }
 }

 @media (max-width: 991px) {
     .filter-toggle-btn {
         display: inline-flex;
     }

     .gallery-filters {
         margin-top: 12px;
     }

     .about-project-section-bg h1 {
         text-align: center;
     }
 }

 .gallery-title {
     display: inline-block;
     font-size: 64px;
     font-weight: 600;
     padding: 0px 64px 0px 44px;
 }

 .gallery-hero-content {
     overflow: hidden;
     z-index: 2;
 }


 .gallery-overlay {
     position: fixed;
     inset: 0;
     background: rgba(8, 18, 45, 0.95);
     z-index: 9999;
     display: flex;
     align-items: center;
     justify-content: center;

     opacity: 0;
     visibility: hidden;
     transform: scale(0.96);
     transition: all 0.4s ease;
 }

 .gallery-overlay.active {
     opacity: 1;
     visibility: visible;
     transform: scale(1);
 }

 .gallery-slider img {
     max-width: 85vw;
     max-height: 80vh;
     margin: auto;
 }

 .gallery-close {
     position: absolute;
     top: 30px;
     right: 40px;
     font-size: 36px;
     color: #fff;
     cursor: pointer;
 }

 .gallery-thumb {
     width: 100%;
     aspect-ratio: 16 / 9;
     object-fit: cover;
 }

 .gallery-card .gallery-card-img:before {
     content: "";
     inset: 0;
     width: 100%;
     height: 100%;
     background: #03060E;
     position: absolute;
     z-index: 1;
     opacity: 0;
     -webkit-transition: .4s;
     transition: .4s;
     -webkit-transform: scale(0);
     -ms-transform: scale(0);
     transform: scale(0);
 }

 .gallery-card:hover .gallery-card-img:before {
     width: 100%;
     height: 100%;
     opacity: .5;
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
 }

 .gallery-card .gallery-card-img .popular-popup-image {
     position: absolute;
     left: 50%;
     top: 50%;
     color: #B78632;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     height: 54px;
     width: 54px;
     text-align: center;
     line-height: 54px;
     background: #ffffff;
     border-radius: 50%;
     z-index: 1;
     font-size: 21px;
     outline: 35px solid #ffffff38;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: .5s;
     transition: .5s;
 }

 .gallery-card:hover .gallery-card-img .popular-popup-image {
     visibility: visible;
     opacity: 1;
 }

 .gallery-card .video-icon {
     position: absolute;
     left: 50%;
     margin-top: -23px;
     top: 50%;
     margin-left: -23px;
     color: rgb(255, 255, 255, 0.5);
     width: 46px;
     height: 46px;
     background: rgba(30, 30, 30, 0.4);
     border: 1px solid #E3E3E3;
 }

 .cursor-pointer {
     cursor: pointer;
 }

 .lg-sub-html {
     position: absolute;
     top: 20px;
     left: 24px;
     right: auto;
     bottom: auto;
     background: none;
     padding: 0;
     margin: 0;
     pointer-events: none;
     z-index: 1050;
 }

 .lg-image-title {
     color: #ffffff;
     font-size: 14px;
     font-weight: 600;
     letter-spacing: 1px;
     text-transform: uppercase;
     background: rgba(0, 0, 0, 0.45);
     padding: 8px 14px;
     border-radius: 4px;
     backdrop-filter: blur(4px);
 }

 /* pagination */
 .pagination .page-item {
     min-width: 40px;
     height: 40px;
 }

 .page-link {
     color: #444444;
 }

 /* contact us */
 .contact-sub-heading {
     padding-bottom: 15px;
     border-bottom: 2px solid #193167;
 }

 .contact-us-we-are-content {
     line-height: 30px;
 }

 .contact-pill {
     background: #fff;
     padding: 10px 22px 10px 39px;
     border-radius: 40px;
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
     font-size: 15px;
     color: #000;
     min-width: 230px;
 }

 .contact-pill .icon {
     height: 44px;
     border-radius: 50%;
     border: 1px solid;
     font-size: 18px;
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
     left: -18px;
     background: #fff;
     width: 44px;
 }

 .contact-pill .icon.phone {
     border-color: #193167;
     color: #0E2C71;
 }

 .contact-pill .icon.mail {
     border-color: #C8912C;
     color: #C8912C;
 }

 .contact-pill .icon.whatsapp {
     border-color: #25D366;
     color: #25D366;
 }

 .contact-pill .text {
     white-space: nowrap;
 }

 .contact-section {
     padding: 80px 0 60px 0;
     background: #fff;
     position: relative;
 }

 .contact-box {
     padding: 40px;
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
 }

 .contact-icon {
     color: #d4a64a;
     font-size: 16px;
     margin-top: 4px;
 }

 .contact-title {
     color: #d4a64a;
     font-size: 14px;
     font-weight: 600;
 }

 .tribha-project-list li {
     margin-bottom: 10px;
 }

 .contact-text {
     color: #A6A6A6;
     font-size: 18px;
 }

 .contact-heading {
     font-size: 18px;
 }

 .qr-box {
     padding-top: 8px;
 }

 .qr-box img {
     max-width: 140px;
 }

 .site-location-btn {
     border-radius: 5px;
     background: #932326;
     color: #fff;
     border: 0;
     width: 104px;
 }

 .footer-border:before {
     position: absolute;
     left: 13px;
     top: 58px;
     border-bottom: 1px solid #343942;
     content: "";
     width: 100%;
     height: 1px;
 }

 .footer-container .qr-title {
     font-size: 20px;
     background: #932326;
     position: relative;
     width: 110px;
     font-weight: 700;
     left: -12px;
     top: 4px;
 }

 .location-tag {
     font-size: 12px;
     border: 1px solid #8892a0;
     padding: 3px 10px;
     border-radius: 6px;
     display: inline-block;
     color: #cbd5e1;
 }

 .contact-desc {
     margin-top: 16px;
     font-weight: 500;
 }

 .contact-sub,
 .form-note {
     font-size: 13px;
     color: #777;
 }

 .form-input {
     width: 100%;
     border: none;
     border-bottom: 1px solid #dcdcdc;
     padding: 10px 0 50px 0;
     font-size: 18px;
     font-weight: 600;
     outline: none;
 }

 .form-input::placeholder {
     color: #000;
     font-weight: 500;
 }

 .form-input:focus {
     border-color: #0d6efd;
 }

 .checkbox-label {
     font-size: 13px;
     color: #444;
     display: flex;
     align-items: center;
     gap: 8px;
 }

 /* privacy */
 .policy-section {
     padding: 60px 0;
 }

 .policy-title {
     font-size: 42px;
     font-weight: 600;
     margin-bottom: 10px;
 }

 .policy-updated {
     font-size: 13px;
     color: #777;
     margin-bottom: 30px;
 }

 .policy-heading {
     font-size: 30px;
     font-weight: 600;
     margin-top: 40px;
     margin-bottom: 12px;
 }

 .policy-text {
     font-size: 20px;
     font-weight: 400;
     line-height: 1.5;
     color: #333;
 }

 .policy-list {
     padding-left: 18px;
     margin-bottom: 20px;
 }

 .policy-list li {
     font-size: 15px;
     line-height: 1.7;
     margin-bottom: 6px;
 }

 .policy-contact p {
     margin-bottom: 6px;
     font-size: 15px;
 }

 .policy-contact a {
     color: #0e2c71;
     text-decoration: none;
 }

 .policy-contact a:hover {
     text-decoration: underline;
 }

 /* our story */
 .animate-on-scroll {
     visibility: hidden;
 }

 .animate-on-scroll.is-visible {
     visibility: visible;
 }

 .about-us-hero {
     min-height: 182px;
     margin-top: -35px;
 }

 .about-us-vast-shastra {
     padding-top: 200px;
 }

 .about-values-section {
     background: #193167;
     background-image: url("../images/ventures-bg.png");
     background-repeat: repeat-x;
     background-position: 1px 0px;
     background-size: auto;
     padding: 80px 0 40px 0;
     color: #ffffff;
 }

 .about-header h2 {
     font-size: 64px;
     line-height: 1.3;
 }

 .about-header p {
     max-width: 760px;
     margin: 16px auto 0;
     font-size: 15px;
     color: rgba(255, 255, 255, 0.85);
 }

 .icon-title {
     display: flex;
     align-items: center;
     gap: 12px;
     margin-bottom: 12px;
 }

 .icon-title i {
     font-size: 46px;
 }

 .icon-title h1 {
     color: #B78632;
 }

 .vision-box,
 .mission-box {
     padding: 10px 30px;
     font-size: 15px;
     line-height: 1.8;
 }

 .vision-box p,
 .mission-box {
     font-size: 26px;
     font-weight: 400;
 }

 .values-divider {
     gap: 24px;
     margin: 0px 0 50px;
 }

 .divider-lines {
     gap: 14px;
 }

 .divider-lines span {
     height: 2px;
     background-color: #B78632;
     display: block;
     opacity: 0.9;
 }

 .divider-title {
     color: #B78632;
     padding: 10px 26px;
     letter-spacing: 0.5px;
     text-transform: capitalize;
     background: transparent;
 }

 .values-divider h5 {
     margin: 0;
     font-size: 40px;
     color: #B78632;
 }

 /* Our Story Value Cards */

 .our-story-value-card span {
     min-height: 100px;
 }

 .our-story-value-card i {
     font-size: 32px;
     color: #B78632;
     margin-bottom: 12px;
 }

 .our-story-value-card h6 {
     font-size: 25px;
     margin-bottom: 6px;
 }

 .our-story-value-card p {
     font-size: 18px;
     line-height: 1.2;
     color: rgba(255, 255, 255, 0.85);
 }

 .our-story-value-card {
     opacity: 0;
 }

 .wow {
     visibility: hidden;
 }

 .animate__animated {
     animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
 }

 .director-note-section {
     padding: 180px 0 80px 0;
 }

 /* LEFT CARD */
 .director-logo-card {
     display: flex;
     justify-content: center;
 }

 .pranavam-logo-card {
     width: 311px;
     height: 627px;
     position: relative;
     background: #fff;
     overflow: hidden;
     border-radius: 36px;
     /* ✅ NOT 50% */
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /* LOGO */
 .pranavam-logo-card img {
     width: 180px;
     position: relative;
     z-index: 3;
 }

 .director-content p {
     font-size: 25px;
 }

 .logo-border-wrap {
     position: relative;
     width: 311px;
     height: 627px;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
 }

 .logo-border-box {
     position: relative;
     width: 311px;
     height: 627px;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .logo-border-box img {
     width: 180px;
     z-index: 3;
 }

 .border.blue,
 .border.gold {
     position: absolute;
     inset: 0;
     fill: none;
     border-color: transparent !important;
     stroke-width: 2.5;
 }

 .border.gold rect {
     stroke: #B78632;
     stroke-dasharray: 180 740 180 740;
     stroke-dashoffset: 0;
     animation: borderMove 10s linear infinite;
 }

 .border.blue rect {
     stroke: #193167;
     stroke-dasharray: 180 740 180 740;
     stroke-dashoffset: 0;
     animation: borderMoveReverse 14s linear infinite;
 }

 @keyframes borderMove {
     to {
         stroke-dashoffset: -1840;
     }
 }

 @keyframes borderMoveReverse {
     to {
         stroke-dashoffset: 1840;
     }
 }

 .info-card {
     background: #f1f6ff;
     padding: 58px 42px;
 }

 .info-card h5 {
     font-size: 33px;
 }

 .info-card h5,
 .info-card h6 {
     color: #444;
 }

 .info-card h6 {
     font-size: 26px;
 }

 .info-card p {
     font-size: 24px;
     line-height: 1.6;
 }

 .info-card.creation-card p {
     font-size: 20px;
 }


 .why-card {
     background: #fff7ea;
     padding: 22px 24px;
     border-radius: 8px;
     border: 1px solid transparent;
 }

 .why-card h6 {
     color: #1f3c88;
     font-size: 14px;
     letter-spacing: 0.4px;
 }

 .why-card p {
     font-size: 14px;
     line-height: 1.6;
     color: #333;
 }

 .teamwork-box {
     background: #193167;
     background-image: url("../images/ventures-bg.png");
     background-repeat: repeat-x;
     background-position: 0px bottom;
     background-size: auto 183px;
     margin-bottom: 94px;
 }

 .director-title {
     background: #B78632;
     padding: 10px 16px;
     color: #fff;
 }

 p.about-us-at-tribha {
     font-size: 25px;
     font-weight: 200;
 }

 .director-card img {
     max-width: 100%;
     border-radius: 2px;
 }

 .director-card i {
     font-size: 14px;
     cursor: pointer;
 }

 .smooth-wow {
     opacity: 0;
     animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
 }

 .section-strip {
     background: #1c3568;
     padding: 10px 18px;
 }

 .team-card img {
     width: 100%;
     height: 420px;
     object-fit: cover;
     background: #f3f3f3;
 }

 .team-card h6 {
     margin-top: 8px;
 }

 .team-card small {
     display: block;
 }

 .team-social {
     display: flex;
     gap: 10px;
     margin-top: 8px;
 }

 .team-social-link {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 22px;
     height: 22px;
     border-radius: 4px;
     color: #9aa0a6;
     text-decoration: none;
     font-size: 14px;
 }

 .team-social-link:hover {
     color: #B78632;
 }

 .animate__slower {
     animation-duration: 1.6s !important;
 }

 .approval-card {
     background: #e9e9e9;
     border-radius: 10px;
 }

 .about-us-enquire-btn::before,
 .about-us-enquire-btn::after {
     content: "";
     position: absolute;
     top: 50%;
     width: calc(50% - 140px);
     height: 2px;
     background-color: #B78632;
 }

 .about-us-enquire-btn::before {
     left: 0;
 }

 .about-us-enquire-btn::after {
     right: 0;
 }

 .pranavam-header {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 1000;
     transition: all 0.4s ease;
 }

 .pranavam-header .navbar-toggler {
     top: 0;
 }

 .main-navbar {
     background: #866E72;
     backdrop-filter: blur(14px);
     -webkit-backdrop-filter: blur(14px);
     transition: all 0.4s ease;
 }

 .pranavam-header.scrolled .main-navbar {
     padding: 6px 0;
 }

 /* Logo */
 .logo-box-project {
     position: absolute;
     top: -60px;
 }




 .reveal {
     opacity: 0;
     transform: translateY(40px);
     transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
 }

 .reveal.active {
     opacity: 1;
     transform: translateY(0);
 }

 .mobile-menu {
     transition: transform 0.4s ease;
 }

 .mobile-menu.show {
     transform: translateX(0);
 }

 .animated-toggler span {
     display: block;
     height: 2px;
     width: 25px;
     background: #fff;
     margin: 5px 0;
     transition: all 0.3s ease;
 }

 .animated-toggler.open span:nth-child(1) {
     transform: rotate(45deg) translate(5px, 5px);
 }

 .animated-toggler.open span:nth-child(2) {
     opacity: 0;
 }

 .animated-toggler.open span:nth-child(3) {
     transform: rotate(-45deg) translate(6px, -6px);
 }

 .top-bar {
     background: #2C2123;
     padding: 8px 0;
 }

 .about-project-section:before {
     position: absolute;
     left: -17px;
     top: -50px;
     width: 346px;
     height: 394px;
     background: url('../images/about-us-project-bg.png');
     background-repeat: no-repeat;
     background-size: auto;
     background-position: right bottom;
     content: "";
     z-index: 9;
 }

 .about-project-section-bg:after {
     position: absolute;
     right: -17px;
     top: -60px;
     width: 776px;
     height: 789px;
     background: url('../images/about-us-project-bg-right.png');
     background-repeat: no-repeat;
     background-size: auto;
     background-position: right bottom;
     content: "";
     z-index: 0;
 }

 .cside-elevation-bg {
     position: relative;
     display: inline-block;
     padding: 18px;
 }

 .about-project-section-bg h5 {
     line-height: 34px;
 }

 .cside-elevation-bg img {
     border-top-left-radius: 150px;
     border-bottom-right-radius: 150px;
 }

 .gradient-frame {
     position: relative;
     display: inline-block;
     padding: 5px;
     /* thickness of gradient border */
     border-top-left-radius: 155px;
     border-bottom-right-radius: 155px;
     background: linear-gradient(90deg, #B78632, #811517);
 }

 .gradient-inner {
     background: #811517;
     border-top-left-radius: 150px;
     border-bottom-right-radius: 150px;
     overflow: hidden;
 }

 .hero-project {
     background: #811517 url("../images/about-project-bg-1.avif") top/cover no-repeat;
     height: 100vh;
 }

 .starting-border {
     border: 2px solid #B78632;
 }

 .hero-project .hero-title {
     font-size: clamp(28px, 4vw, 42px);
     line-height: 1.15;
     max-width: 100%;
 }

 .bhk-tag {
     display: inline-block;
     padding: 8px 18px;
     border: 1px solid #B78632;
     color: #B78632;
     font-weight: 600;
     letter-spacing: .5px;
     background: rgba(0, 0, 0, .35);
 }

 .price-tag {
     color: #fff;
     font-weight: 600;
     font-size: 18px;
     align-self: center;
 }

 .hero-info-right {
     border-left: 4px solid #B78632;
     padding-left: 40px;
     margin-left: 50px;
 }

 .download-btn {
     background: #811517;
 }

 .our-projects-nav {
     padding-left: 260px;
 }

 .download-btn:hover {
     background: #6c0708;
 }

 .cta-strip {
     padding: 26px 32px;
     border: 3px solid #B78632;
     max-width: 847px;
     width: 100%;
 }

 .about-project-cta-price {
     margin-left: 93px;
 }

 .about-project-cta-label {
     letter-spacing: 1px;
     display: block;
     margin-bottom: 6px;
 }

 .about-project-section {
     padding: 100px 0;
 }

 .about-project-cta-label {
     background-color: #811517;
     left: 100px;
     top: -13px;
 }

 .cta-btn {
     min-width: 180px;
     padding: 14px 24px;
     border-radius: 0;
 }

 .feature-icon-svg {
     filter: brightness(0) invert(1);
 }

 #about-project,
 #concept,
 #amenities,
 #master-plan,
 #floor-plan,
 #location,
 #specification {
     scroll-margin-top: 80px;
 }

 .reveal-on-scroll {
     opacity: 0;
     transform: translateY(40px);
     transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
 }

 .reveal-on-scroll.visible {
     opacity: 1;
     transform: translateY(0);
 }

 /* concept */
 .concept-section {
     background: #1b3568 url('../images/concept-building-bg.png');
     background-position: bottom left;
     background-repeat: repeat-x;
     background-size: auto;
     position: relative;
     padding: 10px 0 0 0;
 }



 .concept-card {
     /* background: linear-gradient(180deg,
             rgba(22, 48, 96, 0) 0%,
             rgba(22, 48, 96, 0.6) 40%,
             rgba(120, 16, 20, 0.85) 70%,
             #811517 100%); */
     max-width: 565px;
     width: 100%;
     margin: 0 auto;
     position: relative;
     bottom: -70px;
 }

 .letter-spacing {
     letter-spacing: 3px;
 }

 .concept-buildings img {
     object-fit: cover;
     max-height: 260px;
 }

 .floor-plan-section {
     /* padding: 100px 0 280px 0; */
 }

 .masterplan-section {
     min-height: 78vh;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .masterplan-single-view {
     min-height: auto;
     padding: 110px 0 40px;
 }

 .master-plan-static-image-wrap {
     background: #fff;
     border-radius: 8px;
     overflow: hidden;
 }

 .master-plan-static-image {
     width: 100%;
     height: auto;
     display: block;
 }

 /* Slider container */
 .masterplan-slider {
     height: 78vh;
     margin: 0;
     padding: 0;
 }

 /* Each slide */
 .masterplan-slider li {
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /* Image */
 .masterplan-slider img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: top;
 }

 #master-plan-2.masterplan-slider,
 #master-plan-2.masterplan-slider li {
     height: auto;
     min-height: 700px;
 }

 #master-plan-2 img {
     width: 100%;
     height: 560px;
     object-fit: contain;
     background-color: #fff;
 }

 #master-plan-2 .master-plan-view {
     width: min(1120px, calc(100% - 40px));
     margin: 84px auto 0;
     text-align: center;
 }

 #master-plan-2 .master-plan-fullscreen-trigger {
     display: block;
     background: #fff;
     border-radius: 14px;
     overflow: hidden;
     padding: 8px;
     cursor: zoom-in;
 }

 #master-plan-2 .master-plan-title {
     color: #fff;
     font-size: clamp(24px, 3vw, 38px);
     font-weight: 700;
     letter-spacing: 0.5px;
     margin-top: 14px;
 }

 @media (min-width: 768px) and (max-width: 991px) {

     #master-plan-2.masterplan-slider,
     #master-plan-2.masterplan-slider li {
         min-height: 560px;
     }

     #master-plan-2 .master-plan-view {
         width: calc(100% - 28px);
         margin-top: 76px;
     }

     #master-plan-2 img {
         height: 390px;
     }

     #master-plan-2 .master-plan-title {
         font-size: 24px;
     }
 }

 @media (max-width: 767px) {

     #master-plan-2.masterplan-slider,
     #master-plan-2.masterplan-slider li {
         min-height: 430px;
     }

     #master-plan-2 .master-plan-view {
         width: calc(100% - 16px);
         margin-top: 64px;
     }

     #master-plan-2 .master-plan-fullscreen-trigger {
         padding: 5px;
         border-radius: 10px;
     }

     #master-plan-2 img {
         height: 260px;
     }

     #master-plan-2 .master-plan-title {
         font-size: 18px;
         margin-top: 10px;
     }
 }

 .master-plan-pager-images img {
     width: 150px;
     height: 100px;
     object-fit: contain;
     background: #fff;
     padding: 3px;
     border-radius: 6px;
     position: relative;
     z-index: 9;
 }

 .masterplan-section .heading,
 .location-section .heading {
     top: 30px;
     position: absolute;
     z-index: 999;
     left: 50%;
     margin-left: -103px;
 }

 .location-section .heading {
     top: 100px
 }

 .specification-section {
     padding: 130px 0;
 }

 .amenities-section {
     padding: 80px 0;
 }

 .masterplan-section .heading.mb-5 {
     position: relative;
     bottom: -130px;
     z-index: 99;
 }



 /* rotation logo */
 .circle-wrapper {
     position: relative;
     width: 384px;
     height: 384px;
     border-radius: 50%;
     top: -50px;
     left: 50%;
     transform: translate(-50%, 0);
 }

 .circle-container-inner {
     background-color: #791214;
     border: 5px solid #CA992C;
     box-shadow: 0 0 100px 45px #791214;
     padding: 100px;
     border-radius: 50%;
     transition: all 0.5s ease 0s;
 }

 .orbit-arrow {
     position: absolute;
     top: 50%;
     left: 50%;
     transform-origin: center;
 }

 .orbit-arrow img {
     transform: rotate(90deg);
 }

 .orbit-arrow:nth-child(2) {
     transform: rotate(19deg) translate(206px) rotate(-41deg);
 }

 .orbit-arrow:nth-child(3) {
     transform: rotate(93deg) translate(214px) rotate(-52deg);
 }

 .orbit-arrow:nth-child(4) {
     transform: rotate(-14deg) translate(-249px) rotate(-234deg);
 }

 .orbit-arrow:nth-child(5) {
     transform: rotate(222deg) translate(265px) rotate(-226deg);
 }

 .orbit-arrow:nth-child(6) {
     transform: rotate(305deg) translate(238px) rotate(-400deg);
 }


 .orbit-item {
     position: absolute;
     width: 107px;
     height: 107px;
     background: #791214;
     border: 2px solid #FDEB8A;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;

     top: 50%;
     left: 50%;

     transform-origin: center;
     animation: orbit 10s linear infinite;
 }

 .orbit-item:nth-child(1) {
     animation-delay: 0s;
 }

 .orbit-item:nth-child(2) {
     animation-delay: -2s;
 }

 .orbit-item:nth-child(3) {
     animation-delay: -4s;
 }

 .orbit-item:nth-child(4) {
     animation-delay: -6s;
 }

 .orbit-item:nth-child(5) {
     animation-delay: -8s;
 }

 @keyframes orbit {
     from {
         transform: translate(-50%, -50%) rotate(0deg) translate(230px) rotate(0deg);
     }

     to {
         transform: translate(-50%, -50%) rotate(360deg) translate(230px) rotate(-360deg);
     }
 }

 /* amenities */
 .amenities-section:before {
     position: absolute;
     content: "";
     top: 50%;
     left: 0px;
     z-index: 1;
     width: calc(100% - 100px);
     height: 303px;
     background: url("../images/why-tribha-bg.png");
     opacity: 0.2;
     background-repeat: repeat-x;
     background-position: center center;
     pointer-events: none;
 }

 .amenities-box img {
     z-index: 2;
     position: relative;
 }

 .amenities-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 25px;
     margin: auto;
 }

 .amenities-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 25px;
     max-width: 1200px;
     margin: auto;
 }

 .amenity-card {
     width: 100%;
     aspect-ratio: 284/194;
     /* exact design ratio */
     overflow: hidden;
 }

 .amenity-card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: 2;
     position: relative;
 }



 /* floor plan */
 .floor-plan-cta {
     right: 4px;
     bottom: 4px;
 }

 #floor-plan .floor-plan-cta {
     right: 1px;
     bottom: 2px;
 }

 /* specification */

 .spec-card {
     width: 100%;
     background: #b88a33;
     color: #fff;
     padding: 16px 18px;
     border: none;
     font-weight: 600;
     text-align: left;
     display: flex;
     justify-content: space-between;
     align-items: center;
     cursor: pointer;
     transition: background .3s ease;
 }

 .spec-card:hover {
     background: #a67928;
 }

 .spec-body {
     background: #f4f4f4;
     padding: 0 18px;
     max-height: 0;
     overflow: hidden;
     transition: max-height .6s ease, padding .4s ease;
 }

 .spec-body.open {
     padding: 16px 18px;
     max-height: 400px;
 }

 .spec-item {
     opacity: 0;
     transform: translateY(40px);
     transition: all .8s cubic-bezier(.22, 1, .36, 1);
 }

 .spec-item.visible {
     opacity: 1;
     transform: translateY(0);
 }

 .spec-icon {
     font-size: 12px;
     transition: transform .4s ease;
     width: 28px;
     height: 28px;
     border: 1px solid #fff;
     border-radius: 50%;
     line-height: 28px;
 }

 .spec-card.active .spec-icon {
     transform: rotate(45deg);
 }

 .specification-bg {
     background-color: #580002;
 }

 #master-plan .bx-controls {
     position: absolute;
     bottom: -106px;
     right: 80px;
     width: 100%;
     max-width: 1440px;
     justify-content: end;
     display: flex;
 }

 #master-plan .bx-controls-direction {
     display: flex;
     align-items: center;
     gap: 40px;
 }

 #master-plan .bx-controls-direction a {
     text-indent: -9999px;
     overflow: hidden;
     position: relative;
 }

 #master-plan .bx-prev,
 #master-plan .bx-next {
     width: 64px;
     height: 64px;
     border: 2px solid rgba(255, 255, 255, 0.6);
     display: inline-flex;
     align-items: center;
     justify-content: center;
 }

 #master-plan .bx-prev::after {
     content: "";
     width: 14px;
     height: 14px;
     border-left: 2px solid #fff;
     border-bottom: 2px solid #fff;
     transform: rotate(45deg);
 }

 #master-plan .bx-next::after {
     content: "";
     position: absolute;
     inset: 0;
     margin: auto;
     width: 14px;
     height: 14px;
     border-right: 2px solid #fff;
     border-top: 2px solid #fff;
     transform: rotate(45deg);
 }

 #master-plan .bx-prev:hover {
     border-color: #fff;
 }

 #master-plan .bx-next:hover::after {
     border-color: #fff;
 }

 /* media */
 .masonry {
     column-count: 3;
     column-gap: 1rem;
 }

 .masonry-item {
     break-inside: avoid;
     margin-bottom: 1rem;
 }

 .masonry-item img {
     border-radius: 5px;
     border: 1px solid #d9d9d9;
     padding: 15px;
 }

 .gallery-card .video-icon.facebook-icon-lg {
     background: transparent;
     border: 0;
 }

 .gallery-card .video-icon.facebook-icon-lg {
     background: #fff;
     border: 0;
     color: #ff0000;
     font-size: 70px;
     z-index: 1;
 }

 .gallery-card.youtube-video-card .gallery-card-img:after {
     content: "";
     width: 100%;
     height: 100%;
     background: rgb(3, 6, 14, 0.4);
     left: 0;
     position: absolute;
     top: 0;
     z-index: 0;
 }

 /* login */
 .login-container {
     background: linear-gradient(180deg, #0f2e5d 0%, #143b75 100%);
 }

 .login-card {
     max-width: 420px;
     width: 100%;
     padding: 36px;
     background: #fff;
     border-radius: 14px;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
     text-align: center;
 }

 .brand-subtitle {
     font-size: 14px;
     color: #9a7b32;
     letter-spacing: 0.5px;
     margin-bottom: 24px;
 }

 .login-icon {
     position: absolute;
     top: 50%;
     left: 14px;
     transform: translateY(-50%);
     color: #6c757d;
 }

 section#specification {
     position: relative;
     margin-top: -7px;
 }

 #introScreen {
     position: fixed;
     inset: 0;
     z-index: 99999;
     display: none;
     align-items: center;
     justify-content: center;
     padding: 24px;
     background: rgba(0, 0, 0, 0.3);
     backdrop-filter: blur(4px);
     -webkit-backdrop-filter: blur(4px);
 }

 .page-loader {
     position: fixed;
     inset: 0;
     z-index: 100000;
     display: flex;
     align-items: center;
     justify-content: center;
     background: #0e2c71;
     transition: opacity 0.4s ease, visibility 0.4s ease;
 }

 .page-loader.hide {
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
 }

 .loader-ring {
     width: 48px;
     height: 48px;
     border: 3px solid rgba(255, 255, 255, 0.25);
     border-top-color: #f5c27a;
     border-radius: 50%;
     animation: loader-spin 1s linear infinite;
 }

 @keyframes loader-spin {
     to {
         transform: rotate(360deg);
     }
 }

 html.show-intro #introScreen {
     display: flex;
 }

 html.show-intro #mainScreen {
     display: block;
 }

 html.show-intro,
 html.show-intro body {
     overflow: hidden;
 }

 .intro-popup {
     position: relative;
     width: min(960px, 100%);
     aspect-ratio: 16 / 9;
     max-height: calc(100vh - 48px);
     background: #000;
     border-radius: 14px;
     overflow: hidden;
     box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
 }

 .intro-popup video {
     width: 100%;
     height: 100%;
     display: block;
     object-fit: cover;
 }

 .owl-dots {
     position: absolute;
     bottom: 40px;
     left: 95%;
     transform: translateX(-95%);
     display: flex;
     gap: 20px;
 }

 .owl-carousel button.owl-dot {
     width: 31px;
     height: 3px;
     background: #d6c2a5 !important;
     border-radius: 2px;
     transition: all 0.3s ease;
 }

 .owl-carousel button.owl-dot span {
     display: none;
 }

 /* Active dot */
 .owl-carousel button.owl-dot.active {
     background: #1f2a5a !important;
 }

 .sound-btn {
     background: rgba(0, 0, 0, 0.6);
     color: #fff;
     border: 1px solid rgba(255, 255, 255, 0.25);
     padding: 10px 16px;
     border-radius: 30px;
     cursor: pointer;
     font-size: 14px;
     z-index: 10;
     transition: 0.3s;
     white-space: nowrap;
     line-height: 1;
 }

 .sound-btn:hover {
     background: rgba(0, 0, 0, 0.8);
 }

 .intro-controls {
     position: absolute;
     top: 14px;
     right: 14px;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     z-index: 10;
 }

 .close-intro-btn {
     width: 40px;
     height: 40px;
     padding: 0;
     border-radius: 50%;
     font-size: 20px;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
     justify-content: center;
 }

 /* media queries */
 @media (max-width: 767px) {
     #introScreen {
         padding: 16px;
     }

     .intro-popup {
         width: 100%;
         aspect-ratio: 9 / 16;
         max-height: calc(100vh - 32px);
         border-radius: 10px;
     }

     .intro-controls {
         top: 10px;
         right: 10px;
     }

     .sound-btn {
         padding: 8px 12px;
         font-size: 12px;
     }

     .close-intro-btn {
         width: 34px;
         height: 34px;
         font-size: 18px;
     }

     body.menu-open {
         overflow: hidden;
     }

     html,
     body {
         overflow-y: auto !important;
         -webkit-overflow-scrolling: touch;
     }


     .bx-wrapper,
     .bx-viewport,
     .hero-slider {
         overflow: visible !important;
     }

     .hero-video {
         pointer-events: none !important;
     }

     .hero-slide:after,
     .hero-slider:after {
         pointer-events: none;
     }

     .hero-slider {
         touch-action: pan-y;
         height: auto !important;
     }

     .hero-slide-1 {
         background-image: url('../triba/hero-mobile-tribha-1.png') !important;
         background-position: center;
     }

     #about-project,
     #concept,
     #amenities,
     #master-plan,
     #floor-plan,
     #location,
     #specification {
         scroll-margin-top: 40px;
     }

     .navbar-nav.our-projects-nav {
         padding-left: 0;
     }

     .specification-section {
         padding: 20px 0;
     }

     .about-us-vast-shastra {
         padding-top: 60px;
     }

     .navbar-toggler:focus:not(:focus-visible) {
         box-shadow: none;
     }

     .hero-project .hero-title {
         opacity: 0;
     }

     .divider {
         width: 100%;
         height: 4px;
     }

     .amenities-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     #master-plan .bx-controls {
         bottom: -109px;
     }

     .masonry {
         column-count: 1;
     }

     .about-us-hero {
         min-height: 150px;
         margin-top: 0;
     }

     .about-header h2 {
         font-size: 28px;
     }

     .vision-box,
     .mission-box {
         padding: 10px 15px;
         margin-bottom: 30px;
     }

     .values-divider span {
         width: 98%;
     }

     /* gallery */


     .contact-us-hero {
         margin-top: 0;
     }

     .feature-card {
         margin-bottom: 0;
         flex-direction: column;
     }

     .feature-heading {
         text-align: center;
     }

     .scroll-animate {
         transition-duration: 1.2s;
         transform: translateY(25px);
     }

     .success-story-container:before,
     .success-story-container:after {
         width: 70%;
         height: 70%;
         right: 0;
         background-size: cover;
         left: 0;
     }


     .second-slider {
         /* height: 420px; */
     }

     .slide-content {
         top: 10%;
     }

     .desc {
         font-size: 16px;
     }

     .premium-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
         gap: 14px;
         place-items: stretch;
     }

     .silent-features-premium {
         padding: 28px 16px;
     }

     .premium-card {
         flex-direction: column;
         text-align: center;
         max-width: none;
         width: 100%;
         min-height: 170px;
         padding: 18px 14px;
     }

     .premium-card img,
     .premium-card img.align-self-start {
         align-self: center !important;
     }

     .premium-card img {
         width: 44px;
         height: auto;
     }

     .premium-card .ms-3 {
         margin-left: 0 !important;
         margin-top: 10px;
     }

     .premium-card h6 {
         font-size: 16px;
         line-height: 1.2;
     }

     #floor-plan .floor-plan-cards {
         flex-direction: column;
         gap: 18px;
     }

     #floor-plan .floor-plan-cards .gallery-card {
         width: 100%;
         max-width: 100%;
         margin-left: 0 !important;
         margin-right: 0 !important;
     }


     .hero-content h1,
     .heading,
     .vision-box p,
     .mission-box {
         font-size: 18px;
     }


     .hero-content {
         padding-top: 80px;
     }

     .booking-cta {
         flex-direction: row;
         align-items: self-start;
         justify-content: space-between;
     }



     .hero-right h5 {
         font-size: 12px;
     }

     .bx-wrapper .project-card img {
         max-width: 50%;
     }

     .project-card {
         max-width: 280px;
         margin: 10px auto;
         background-size: 50% auto;
         min-height: 100%;
     }

     .booking-cta .btn-primary,
     .booking-cta>* {
         height: 40px;
         font-size: 14px;
     }

     .hero-right .btn.btn-lg {
         font-size: 14px;
         height: 40px;
         padding-top: 0;
         min-height: auto;
         padding-bottom: 0;
         margin-bottom: 12px;
         line-height: 37px;
         max-width: 320px;
         width: 100%;
     }

     .booking-cta .btn-primary {
         min-width: 206px;
     }

     .booking-cta-container {
         text-align: center;
     }

     .animate__animated {
         animation: none !important;
         opacity: 1 !important;
         transform: none !important;
     }

     .scroll-animate,
     .scroll-animate.is-visible,
     .animate-on-scroll,
     .elevate-animate,
     .elevate-animate.is-visible,
     .success-animate,
     .success-animate.is-visible {
         opacity: 1 !important;
         transform: none !important;
         transition: none !important;
     }

     .second-slider .swiper-button-prev,
     .second-slider .swiper-button-next {
         top: 26px;
         width: 37px;
         height: 37px;
     }

     .premium-card {
         margin: 0 auto;
     }

     .sub-heading,
     .cta-text,
     .info-card p {
         font-size: 18px;
     }

     .info-card {
         padding: 28px 20px;
     }

     .feature-heading {
         font-size: 18px;
     }


     .footer-heading {
         font-size: 18px;
         border-bottom: 1px solid #343F58;
         padding-bottom: 10px;
     }

     .value-card {
         padding: 20px 10px
     }

     .value-card img {
         margin-bottom: 5px;
     }

     .stats h2 {
         font-size: 36px;
     }

     .info-card h5 {
         font-size: 26px;
     }

     .director-content p {
         font-size: 18px;
     }

     .hero-link,
     .btn-brand {
         font-size: 12px;
     }

     .slide-content .img-fluid {
         max-width: 75%;
         height: auto;
         margin: 0 auto;
     }

     #stats .col-md-6,
     .features-grid .col-md-4 {
         width: 50%;
     }

     .feature-icon-box {
         width: 70px;
         height: 70px;
         border-radius: 15px;
     }

 }

 @media (min-width:667px) and (max-width: 991px) {
     .values-top .col-md-6 {
         width: 50%;
     }
 }

 @media (max-width: 991px) {
     .animated-toggler {
         top: 4px;
     }

     .footer-logo {
         text-align: center;
         margin-top: 28px;
     }

     .footer-logo-container {
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }

     .team-card img {
         height: auto;
     }

     .policy-section {
         padding: 10px 0;
     }

     .gallery-title {
         font-size: 22px;
         padding: 20px 14px 20px 14px;
     }

     .banner-middle h5 {
         font-size: 22px;
     }

     .banner-right h4 {
         font-size: 32px;
     }

     .banner-right span {
         font-size: 18px;
     }

     .banner-middle span {
         font-size: 20px;
     }

     @keyframes orbit {
         from {
             transform: translate(-50%, -50%) rotate(0deg) translate(150px) rotate(0deg);
         }

         to {
             transform: translate(-50%, -50%) rotate(360deg) translate(150px) rotate(-360deg);
         }
     }

     .orbit-arrow:nth-child(2) {
         transform: rotate(19deg) translate(126px) rotate(-41deg);
     }

     .orbit-arrow:nth-child(3) {
         transform: rotate(93deg) translate(134px) rotate(-52deg);
     }

     .orbit-arrow:nth-child(4) {
         transform: rotate(-14deg) translate(-169px) rotate(-234deg);
     }

     .orbit-arrow:nth-child(5) {
         transform: rotate(222deg) translate(184px) rotate(-226deg);
     }

     .orbit-arrow:nth-child(6) {
         transform: rotate(305deg) translate(158px) rotate(-400deg);
     }

     .orbit-item img {
         max-width: 65% !important;
     }

     .circle-container-inner {
         padding: 20px;
     }

     .orbit-item {
         width: 47px;
         height: 47px;
     }

     .logo-box-project {
         top: -25px;
     }

     .banner-right {
         margin: 10px 0 15px 0;
     }

     .hero-heading p {
         margin-top: 25px;
     }

     .banner-right:before {
         background: transparent;
     }

     .footer-border:before {
         border-bottom: 1px solid transparent;
     }

     .our-projects-nav {
         padding-left: 14px;
     }

     .bank-logos img {
         height: 28px;
     }

     .pranavam-header .main-navbar,
     .pranavam-header.scrolled .main-navbar {
         padding: 20px;
     }

     .pranavam-header .navbar-toggler {
         top: -22px;
         right: 14px;
         width: 20px;
         height: 20px;
         position: absolute !important;
     }

     .pranavam-header .mobile-menu {
         top: -8px;
         display: block;
     }

     .floor-plan-cta h3 {
         font-size: 12px;
     }

     .floor-plan-cta p {
         font-size: 10px;
     }

     .masonry {
         column-count: 2;
     }

     .concept-section {
         padding: 10px 0 230px 0;
     }

     .silent-features-premium {
         /* padding: 20px 30px; */
     }

     .about-project-section {
         padding: 0;
     }

     .hero-info-right {
         border: 0;
     }

     .hero-info-right h5,
     .hero-info-left {
         font-size: 16px;
     }

     .hero-info-right {
         padding-left: 0;
         margin-left: 0;
     }

     #master-plan .bx-prev,
     #master-plan .bx-next {
         width: 28px;
         height: 28px;
     }

     #master-plan .bx-next::after {
         width: 8px;
         height: 8px;
         border-right: 1px solid #fff;
         border-top: 1px solid #fff;
     }

     #master-plan .bx-prev::after {
         width: 8px;
         height: 8px;
         border-left: 1px solid #fff;
         border-bottom: 1px solid #fff;
     }

     #master-plan .bx-controls-direction {
         gap: 20px;
     }

     .about-project-cta-label {
         font-size: 13px;
     }

     .hero-project {
         /* min-height: auto;
         height: auto; */
     }

     .our-projects-nav a {
         font-size: 12px;
     }

     .about-project-cta-price {
         margin-left: 10px;
         font-size: 20px;
     }

     /* .top-bar .btn {
         display: none;
     } */

     .concept-card {
         margin: 0 auto 25px auto;
         bottom: 0;
     }

     .circle-wrapper {
         position: relative;
         width: 294px;
         height: 294px;
         border-radius: 50%;
         top: -80px;
     }

     .director-note-section {
         padding: 60px 0 60px 0;
     }

     .director-signature {
         text-align: left;
     }

     .our-story-hero {
         min-height: 80px;
         margin-top: 0;
     }

     .policy-title {
         font-size: 32px;
     }

     .policy-heading {
         font-size: 24px;
     }

     .policy-text {
         font-size: 16px;
     }

     .navbar-nav .nav-item {
         margin: 10px 0;
     }

     .navbar .btn-outline-light {
         font-size: 16px;
         min-width: 180px;
         min-height: 30px;
         line-height: 30px;
     }

     .contact-section {
         padding: 40px 0 20px 0;
     }

     body .bx-pager.bx-default-pager {
         display: none;
     }

     .hero-right h2 {
         font-size: 16px;
     }

     .booking-cta-container {
         text-align: center;
         display: flex;
         flex-direction: column;
         max-width: 320px;
         justify-content: center;
         align-items: center;
         width: 100%;
         margin: 0 auto;
     }

     /* .hero-slide, */
     .hero-slider,
     .bx-viewport,
     body .bx-wrapper {
         height: auto !important;
         max-height: 100%;
     }

     .mobile-menu .navbar-brand {
         display: block;
     }

     body.menu-open::before {
         content: "";
         position: fixed;
         inset: 0;
         background: rgba(0, 0, 0, 0.55);
         z-index: 998;
     }

     .navbar-collapse {
         position: fixed;
         top: 0;
         left: -2px;
         width: 82%;
         max-width: 440px;
         height: 100vh;
         background: rgba(14, 44, 113, 0.95);
         padding: 0px 18px 30px;
         transform: translateX(-100%);
         transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
         z-index: 999;
         overflow-y: auto;
         margin-top: 0;
         border-right: 3px solid #C8912C;
     }

     .hero-navbar {
         z-index: 9999;
     }

     .navbar-collapse {
         transform: translateX(-100%);
         transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     }

     .navbar-nav {
         margin-top: 35px;
     }

     .navbar-collapse.show {
         transform: translate(0, 0);
         transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
     }

     .navbar-custom {
         padding: 12px 20px;
     }

     .navbar-brand img,
     .pranavam-header.scrolled .navbar-brand.logo-box-project img {
         height: 90px;
     }

     /* gallery */
     .gallery-hero {
         min-height: 200px;
         top: 0;
         margin-bottom: 20px;
     }

     #mainScreen .navbar-collapse {
         margin-top: 0;
     }

     .navbar-brand img,
     .pranavam-header.scrolled .navbar-brand img,
     .pranavam-header.scrolled .navbar-brand.logo-box-project img {
         height: 75px !important;
     }

     .logo-box-project {
         transform: none !important;
     }

     .main-navbar .container {
         display: flex;
         justify-content: space-between;
         align-items: center;
     }

     .navbar-toggler {
         margin-left: auto;
     }

 }

 @media (min-width:768px) and (max-width: 991px) {
     .bank-logos {
         grid-template-columns: repeat(3, minmax(0, 1fr));
     }

     #floor-plan .floor-plan-cards {
         flex-wrap: wrap;
         gap: 24px;
     }

     #floor-plan .floor-plan-cards .gallery-card {
         flex: 0 0 calc(50% - 12px);
         max-width: calc(50% - 12px);
         margin-left: 0 !important;
         margin-right: 0 !important;
     }

     #master-plan .bx-controls {
         bottom: -222px;
     }

     .hero-content {
         padding-top: 80px;
         padding-bottom: 80px;
     }

     .premium-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     .hero-content h1 {
         font-size: 35px;
     }

     body .bx-pager.bx-default-pager {
         display: none;
     }


     .feature-heading {
         font-size: 22px;
     }
 }

 @media (min-width:992px) and (max-width:1024px) {
     .our-projects-nav {
         padding-left: 160px;
     }

     @keyframes orbit {
         from {
             transform: translate(-50%, -50%) rotate(0deg) translate(150px) rotate(0deg);
         }

         to {
             transform: translate(-50%, -50%) rotate(360deg) translate(150px) rotate(-360deg);
         }
     }

     .orbit-arrow:nth-child(2) {
         transform: rotate(19deg) translate(126px) rotate(-41deg);
     }

     .orbit-arrow:nth-child(3) {
         transform: rotate(93deg) translate(134px) rotate(-52deg);
     }

     .orbit-arrow:nth-child(4) {
         transform: rotate(-14deg) translate(-169px) rotate(-234deg);
     }

     .orbit-arrow:nth-child(5) {
         transform: rotate(222deg) translate(184px) rotate(-226deg);
     }

     .orbit-arrow:nth-child(6) {
         transform: rotate(305deg) translate(158px) rotate(-400deg);
     }

     .orbit-item img {
         max-width: 65% !important;
     }

     .circle-container-inner {
         padding: 20px;
     }

     .orbit-item {
         width: 47px;
         height: 47px;
     }

     .premium-grid {
         grid-template-columns: repeat(3, 1fr);
     }

     .hero-content h1 {
         font-size: 40px;
     }

     #master-plan .bx-controls {
         bottom: -262px;
     }

     .banner-right h4 {
         font-size: 30px;
     }

     .banner-middle h5 {
         font-size: 26px;
     }

     .banner-middle span {
         font-size: 20px;
     }

     .banner-logo {
         height: 54px;
     }

     .banner-left {
         padding: 10px 5px 10px 10px;
     }

     .banner-right-enquire-btn {
         padding: 10px 15px;
     }

     .banner-left::after {
         right: -39px;
         border-top: 36px solid transparent;
         border-bottom: 36px solid transparent;
         border-left: 40px solid #8d0f10;
     }

 }

 @media (min-width:768px) and (max-width:1200px) {
     #master-plan .bx-wrapper {
         max-height: fit-content !important;
     }

     /* p.about-us-at-tribha {
         font-size: 20px;
     } */

     body .bx-pager.bx-default-pager {
         display: none;
     }

     .hero-heading-small {
         top: 0;
     }


     .navbar .btn-outline-light {
         font-size: 16px;
         min-height: 35px;
         line-height: 35px;
     }

     .booking-cta-container {
         text-align: center;
         display: flex;
         flex-direction: column;
         max-width: 320px;
         justify-content: center;
         align-items: center;
         width: 100%;
         margin: 0 auto;
     }

     .navbar-brand img {
         height: 100px;
     }

     .booking-cta {
         margin-bottom: 15px;
     }

     .hero-content h1 {
         font-size: 48px;
     }

     .second-slider .swiper-button-prev,
     .second-slider .swiper-button-next {
         top: 58px;
     }

     .success-story-container:before,
     .success-story-container:after {
         width: 90%;
         height: 90%;
     }

     .success-story-container:before {
         left: 0;
     }

     .success-story-container:after {
         right: 0;
     }

     .footer-heading,
     .footer-container a,
     .footer-container span,
     .footer-container p,
     .contact-text {
         font-size: 14px;
     }

     .navbar-nav .nav-link {
         margin: 0 10px;
         font-size: 12px;
     }

     .our-projects-nav {
         font-size: 12px;
     }
 }

 @media (max-width: 1200px) {
     p.about-us-at-tribha {
         font-size: 18px;
     }
 }

 /* Custom Dropdown Hover */
 @media (min-width: 992px) {
     .dropdown-hover:hover>.dropdown-menu {
         display: block;
         /* margin-top: 140px; */
     }
 }

 .navbar-nav .dropdown-menu {
     background-color: var(--bs-dark);
     border: none;
     border-radius: 0;
 }

 .navbar-nav .dropdown-item {
     color: #fff;
     font-size: 14px;
     padding: 10px 20px;
 }

 .navbar-nav .dropdown-item:hover {
     background-color: var(--bs-primary);
     color: #f5c27a;
 }