/* --- Consolidated Responsive Styles --- */

/* ============================= */
/* Tablet Layouts (max-width: 900px) */
/* ============================= */
@media (max-width: 900px) {

  /* Global Grids */
  .hero-grid,
  .feature-split-grid,
  .process-grid,
  .hero-cards-grid,
  .info-cards-grid,
  .contact-grid,
  .trust-content,
  .visual-grid,
  .program-grid,
  .benefits-grid,
  .features-grid,
  .team-grid,
  .testimonial-grid,
  .blog-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  /* Hero */
  .hero-content,
  .dscr-hero .hero-text-content,
  .bank-hero .hero-text-content {
    text-align: center;
  }

  .hero-subhead {
    display: inline-block;
  }

  .hero-stats {
    justify-content: center;
    margin-top: 3rem;
  }

  #hero .hero-stats {
    justify-content: center;
    gap: 20px;
  }

  #hero .container {
    flex-direction: column;
    text-align: center;
    gap: 21px;
  }

  #hero .hero-content {
    max-width: 100%;
  }

  #hero h1 {
    font-size: 44px;
    line-height: 1.2;
  }

  #hero p {
    font-size: 16px;
  }

  #hero .hero-stat {
    width: 260px;
  }

  /* Visual */
  .visual .visual-content {
    grid-template-columns: 1fr;
  }

  .visual .holographic-stack {
    margin: 0 auto;
    max-width: 500px;
  }

  /* Guarantee */
  .programs .guarantee-banner {
    flex-direction: column;
    padding: 3rem 1rem;
    text-align: center;
    height: auto;
    gap: 1rem;
  }

  .programs .guarantee-content h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .programs .guarantee-visual {
    justify-content: center;
    margin-top: 2rem;
    flex-wrap: wrap;
    height: auto;
  }

  .programs .guarantee-features {
    gap: 2px;
  }

  /* Same padding merged */
  .dscr-info-section .content-card,
  .stats .glass-card {
    padding: 1rem;
  }

  .team .glass-card {
    padding: 1.5rem;
  }

  .features .glass-card h3 {
    padding-bottom: 0px;
    margin-bottom: 0.5rem;
  }

  .stats .glass-card h3 {
    padding-bottom: 0px;
    margin-bottom: 0.5rem;
  }

  .team .glass-card h3 {
    padding-bottom: 0px;
    margin-bottom: 0.5rem;
  }

  .cta .feature-icon {
    margin: 0 auto 0.4rem;
  }

  .visual .bento-item {
    transform: none !important;
    align-items: center;
    padding: 1.5rem;
    border-radius: 10px;
  }

  .testimonials {
    padding: 20px;
  }

  .footer .footer-contact-info p {
    justify-content: left;
  }

  .footer .footer-section h3 {
    text-align: left;
  }

  .visual .bento-item p {
    text-align: center;
  }
}

/* ============================= */
/* Mobile Layouts (max-width: 768px) */
/* ============================= */
@media (max-width: 768px) {
  .bank-hero .container {
    padding: 0 20px;
  }

  h1 {
    font-size: 2.5rem !important;
  }

  h2 {
    font-size: 2rem !important;
  }

  h3 {
    font-size: 1.5rem !important;
  }

  /* Navbar */
  .navbar .container {
    padding: 1rem 20px;
  }

  .nav-menu {
    position: fixed;
    left: -110%;
    top: 0;
    flex-direction: column;
    background: rgba(15, 23, 42, 0.98);
    backdrop-filter: blur(20px) saturate(180%);
    width: 100%;
    height: 100vh;
    text-align: center;
    justify-content: center;
    transition: all 0.4s ease;
    z-index: 1000;
  }

  .nav-menu.active {
    left: 0;
  }

  .hamburger {
    display: flex;
    z-index: 1001;
  }

  .hero,
  .dscr-hero,
  .bank-hero,
  .contact-hero {
    padding: 120px 0 60px;
  }

  #hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-title-large {
    font-size: 2.5rem;
  }

  .feature-split-grid {
    display: flex;
    flex-direction: column;
  }

  /* Footer */
  .footer {
    padding: 20px 0 30px;
  }

  .footer-content {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 2.5rem;
  }

  .footer-left,
  .footer-links,
  .footer-contact-info {
    align-items: center;
  }

  .footer-logo {
    justify-content: center;
  }

  /* Timeline */
  .milestones .timeline::after {
    left: 30px;
  }

  .milestones .timeline-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .milestones .timeline-item:nth-child(even) {
    left: 0;
  }

  .milestones .timeline-item:nth-child(even) .timeline-dot,
  .timeline-item:nth-child(odd) .timeline-dot {
    left: 17px;
    right: auto;
  }

  .milestones .timeline-item:nth-child(even) .timeline-content,
  .timeline-item:nth-child(odd) .timeline-content {
    text-align: left;
  }

  /* Video */
  #hero #banner-video {
    height: 260px;
    object-fit: cover;
  }

  /* Hero content */
  #hero h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  #hero .reveal-line {
    display: block;
  }

  #hero p {
    font-size: 14px;
    line-height: 1.6;
  }

  /* CTA */
  #hero .hero-ctas {
    flex-direction: column;
    gap: 12px;
  }

  #hero .hero-ctas a {
    width: 100%;
    text-align: center;
  }

  /* Stats */
  #hero .hero-stats {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  #hero .hero-stat {
    width: 100%;
    max-width: 320px;
  }

  /* Disable animations */
  #hero .floating,
  #hero .tilt-card,
  #hero .reveal-up,
  #hero .reveal-right,
  #hero .reveal-type,
  #hero .blob {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }

  #hero .hero-decorative {
    display: none;
  }
}

/* ============================= */
/* Small Devices (max-width: 480px) */
/* ============================= */
@media (max-width: 480px) {

  .btn,
  .btn-secondary,
  .btn-cta,
  .btn-red {
    width: 100%;
    display: block;
    text-align: center;
  }

  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }

  .hero-stat {
    width: 100%;
  }

  .contact-section .contact-detail-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .popup-input-group {
    flex-direction: column;
  }

  .popup-content {
    padding: 2rem 1rem;
    width: 95%;
  }

  /* Same padding merged */
  #team,
  .trust,
  .stats,
  .features,
  .milestones {
    padding: 20px 0;
  }

  #team h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  #team>.container>p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding: 0 10px;
  }

  #team .team-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  #team .team-member {
    border-radius: 10px;
  }

  #team .member-image-container {
    height: 260px;
  }

  #team .member-info {
    padding: 0.5rem 1rem;
  }

  #team .member-info h3 {
    font-size: 1.3rem;
  }

  #team .member-info p {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  #team .member-socials {
    bottom: 0;
    height: 52px;
  }

  #team .member-socials a {
    opacity: 1;
  }

  #team .tilt-card,
  #team .reveal-up,
  #team .team-member:hover,
  #team .team-member:hover img,
  #team .member-image-container::after {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }

  #team .section-decor,
  .trust .section-decor {
    display: none;
  }

  /* Trust */
  .trust .trust-content {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    text-align: center;
  }

  .trust-text h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .trust-text p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 10px;
  }

  .trust-badges {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* Badge merged */
  .trust .badge {
    padding: 0.5rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }

  .trust .badge-text {
    text-align: center;
  }

  .trust .badge-icon {
    width: 48px;
    height: 48px;
  }

  .trust .badge-icon svg {
    width: 22px;
    height: 22px;
  }

  .trust .badge-text strong {
    font-size: 1.15rem;
  }

  .trust .badge-text span {
    font-size: 0.85rem;
  }

  .trust .badge,
  .trust .badge:hover,
  .trust .badge:hover .trust .badge-icon,
  .reveal-left,
  .reveal-right {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }

  .airbnb-hero-content,
  .modular-hero-content,
  .foreign-hero-content {
    display: flex;
    flex-direction: column;
  }

  .hero-ctas .btn-secondary {
    width: 70%;
  }

  .hero-ctas .btn-cta {
    width: 70% !important;
  }

  .stat-icon {
    margin: 0 auto;
    display: flex;
    margin-bottom: 5px;
  }

  .milestones .timeline-content h3 {
    text-align: center;
  }

  .guarantee-card img {
    height: 100px;
  }

  .visual {
    padding: 20px 0;
  }

  .cta-features {
    padding-left: 35px;
    gap: 10px;
    margin-bottom: 10px;
  }

  .stat-icon {
    margin: 0 auto 0.5rem auto;
  }

  .team .member-info {
    padding: 0rem 1.5rem;
  }

  .cta .cta-card .btn {
    max-width: 350px;
  }
}

/* ============================= */
/* Tablet / Small Laptop (max-width: 991px) */
/* ============================= */
@media (max-width: 991px) {
  .hero .container {
    flex-direction: column;
    text-align: center;
  }

  .hero .hero-content {
    width: 100%;
    order: 1;
  }

  .hero .hero-stats {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }

  #hero #banner-video {
    height: 570px;
    object-fit: cover;
  }

  .hero-grid {
    gap: 0rem;
  }

  .hero .hero-content p {
    margin-bottom: 0.5rem;
  }

  .multi-hero,
  .modular-hero,
  .foreign-hero,
  .centered-advantage-section {
    padding: 50px 0;
  }

  .blog-hero,
  .contact-hero {
    padding: 100px 0 50px;
  }

  .foreign-hero-card {
    padding: 1.5rem;
  }

  .airbnb-hero {
    padding-top: 50px;
    padding: 50px 0;
  }

  .airbnb-hero .airbnb-hero-card {
    padding: 1.5rem;
  }

  .airbnb-hero-content,
  .modular-hero-content,
  .foreign-hero-content {
    gap: 1rem;
  }

  .bank-hero {
    padding: 100px 0 50px;
  }

  .hero .reveal-upp {
    margin-bottom: 15px !important;
  }

  .hero-text-content .btn-cta {
    margin-bottom: 20px;
  }

  .blog-grid-section,
  .contact-section {
    padding: 50px 0;
    text-align: center;
  }

  .benefit-pill-list {
    gap: 0.5rem;
  }

  .gap {
    margin-top: 0.5rem !important;
  }

  .centered-advantage-section {
    margin-bottom: 10px;
  }

  .section-title-wrap,
  .centered-advantage-section .advantage-subtitle {
    margin-bottom: 1rem;
  }

  .centered-advantage-section .container div a {
    padding: 10px 4rem !important;
    font-size: 1.5rem;
  }

  .centered-advantage-section .advantage-text-block p,
  .centered-advantage-section p,
  .feature-content p {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .centered-advantage-section .advantage-text-block p {
    margin-top: 1rem;
  }

  .centered-advantage-section h4 {
    margin-bottom: 10px !important;
  }

  .process-section {
    padding: 20px 0;
    margin-bottom: 0rem;
  }

  .process-section h2 {
    margin-bottom: 10px;
  }

  .process-section .process-step-box {
    padding: 1rem;
  }

  .why-choose-section {
    padding: 20px 0;
  }

  .why-choose-section .why-subtitle,
  .why-choose-section .why-text-content p {
    margin-bottom: 10px;
  }

  .why-choose-section .why-title {
    font-weight: 700;
    max-width: 800px;
  }

  .why-choose-section .why-cta-row {
    gap: 20px;
  }

  .process-icon {
    margin-bottom: 2px;
  }

  .stats .glass-card {
    padding: 1.5rem;
    border-radius: 5px;
  }

  .team {
    padding: 2rem 0;
  }

  .programs {
    padding: 2rem 0 !important;
  }

  .stats .glass-card ul {
    gap: 1rem !important;
  }

  .programs .reveal-up {
    margin-bottom: 0rem;
  }

  #faq {
    padding: 1rem 0 !important;
  }

  .property-types {
    padding: 1rem 0 !important;
  }

  .team-grid .team-member {
    /* animation: none !important; */
    transform: none !important;
  }

  #who-is-for {
    padding: 1rem 0 !important;
  }

  .stats .stats-grid {
    gap: 1.5rem;
  }

  .milestones .timeline-item {
    margin-bottom: 2rem;
  }

  .stats .glass-card p {
    margin-bottom: 0rem;
  }

  .visual .bento-grid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .visual .bento-item.large {
    gap: 1rem;
  }

  .visual h2 {
    position: absolute !important;
    top: 30px !important;
    text-align: center !important;
    max-width: 350px !important;
  }

  .visual-grid {
    gap: 0rem;
  }

  .cta .cta-text h2,
  .cta .cta-text p {
    margin-bottom: 1rem;
  }

  .cta .cta-text p {
    font-size: 15px;
  }

  .cta {
    padding: 70px 0;
  }

  .cta-content,
  .contact-details-list {
    gap: 0rem !important;
  }

  .contact-section .contact-detail-item {
    gap: 0.5rem;
  }

  .contact-section .form-control {
    padding: 10px;
  }

  .contact-section .btn {
    width: 50%;
  }

  .contact-section #contactForm {
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .contact-section .form-group {
    display: flex;
    justify-content: center;
  }

  .contact-section .form-control {
    width: 232px;
    border-radius: 5px;
  }

  .contact-section textarea.form-control {
    min-height: 80px;
  }

  .contact-section .contact-form-panel {
    padding: 20px;
    border-radius: 10px;
  }

  .cta .cta-content {
    gap: 10px;
  }

  .dscr-info-section .advantage-text-block {
    margin-top: 2px !important;
  }

  .dscr-info-section div {
    margin-top: 2px !important;
  }

  .dscr-info-section {
    padding: 20px 0;
  }

  .dscr-hero .dscr-tagline,
  .bank-hero .hero-title-large {
    margin-bottom: 10px;
  }

  .dscr-info-section .dscr-text {
    margin-top: 10px !important;
  }

  .dscr-hero .glass-card {
    padding: 1.5rem;
  }

  .dscr-hero .glass-card-footer {
    margin-top: 10px;
  }

  .dscr-hero .glass-card p {
    margin-bottom: 10px;
  }

  .feature-split .dscr-info-section,
  .feature-split {
    padding: 20px 0 !important;
  }

  .feature-split .feature-content h2 {
    margin-bottom: 0.5rem;
  }

  .cta-contact-info {
    padding-top: 0.5rem;
    gap: 0rem;
  }

  .cta .cta-card {
    border-radius: 10px;
    padding: 15px 10px;
  }

  .milestones .timeline-content {
    padding: 1rem 0.5rem;
    border-radius: 10px;
  }

  .milestones .timeline-content p {
    line-height: 1.2;
  }

  .guarantee-card {
    width: 300px;
    border-radius: 10px;
  }

  .guarantee-card h3 {
    margin-bottom: 1.5rem;
  }

  .guarantee-card p {
    margin-bottom: -3px;
  }

  .btn-large {
    border-radius: 10px;
  }

  .milestones .timeline-content h3 {
    margin-bottom: 2px;
  }

  .cta .cta-text h2 {
    font-size: 20px !important;
  }

  .blog-card-content h3 {
    margin-bottom: 0.5rem;
  }

  .features {
    padding: 2rem 0 !important;
  }

  .programs .section-decor .reveal-up {
    margin-bottom: 1rem !important;
  }

  .programs .container {
    text-align: left;
  }

  .features .glass-card {
    padding: 10px !important;
    border-radius: 10px;
  }

  .programs .glass-card {
    padding: 2rem !important;
  }

  #faq .faq-summary {
    padding: 12px;
  }

  .multi-hero-grid {
    gap: 2rem;
  }

  .testimonials .container {
    text-align: left;
  }

  .testimonials .testimonial-card .card-text {
    margin-bottom: 10px;
  }

  .testimonials .card-quote {
    margin-bottom: 2px;
  }

  .testimonials .glass-card {
    padding: 16px;
    border-radius: 10px;
    text-align: center;
  }

  .testimonials .card-rating {
    display: flex;
    justify-content: center;
    gap: 2px;
    margin-bottom: 10px;
  }

  .testimonials .card-author {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .testimonials .testimonial-track {
    justify-content: flex-start;
    /* justify-content: center; */
  }

  .popup-actions .popup-btn-secondary {
    padding: 18px 1.5rem;
  }

  .popup-overlay .popup-body p {
    margin-bottom: 1rem;
    font-size: 16px;
  }

  .popup-overlay .popup-header h2 {
    margin-bottom: 10px;
  }

  .popup-actions {
    gap: 10px;
  }

  .footer .footer-contact-info p {
    margin-bottom: 0.09rem;
  }

  .footer .footer-links {
    gap: 0.2rem !important;
  }

  .footer .footer-content {
    gap: 0.5rem !important;
  }

  .footer .brand-desc {
    margin-bottom: 0.5rem;
  }

  .footer .footer-section h3::after {
    left: 0%;
    transform: none;
  }
}

@media (max-width: 768px) {
    .contact-section .form-group {
    display: block !important;
text-align: left !important;
  }
	    .contact-section .form-control {
			width:100% !important;
	}
	
	
  .testimonial-track-overlay {
    overflow: hidden;
  }

  .testimonial-card {
    margin-inline: auto;
  }
}

/* broker css */

@media (max-width: 768px) {

  /* Force vertical layout */
  .broker-partner {
    padding: 30px 0px;
  }

  .broker-wrapper {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Left content first */
  .broker-left {
    width: 100%;
    order: 1;
  }
  .broker-left p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .broker-benefits {
    margin: 0;
  }

  .broker-right {
    width: 100%;
    order: 2;
    margin-top: 0rem;
  }

  .broker-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;

    transform: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .broker-partner {
    overflow-x: hidden;
  }

  .broker-cta .btn,
  .btn-secondary,
  .btn-cta {
    align-content: center;
    font-weight: 600 !important;
    padding: 12px 10px !important;
    font-size: 16px !important;
  }

  .broker-left h2 {
    color: white;
  }
	.map-wrapper .map-header {
		display:block;
	}

}