/* Figtree font is now loaded from Google Fonts */

* {
  margin: 0;
  padding: 0;
  font-family: 'Figtree', sans-serif;
}

/* Loader Styles */
.loader { 
  width: 48px; 
  height: 48px; 
  border-radius: 50%; 
  display: inline-block; 
  position: relative; 
  border: 3px solid; 
  border-color: #563D39 #563D39 transparent transparent; 
  box-sizing: border-box; 
  animation: rotation 1s linear infinite; 
} 

.loader::after, 
.loader::before { 
  content: '';  
  box-sizing: border-box; 
  position: absolute; 
  left: 0; 
  right: 0; 
  top: 0; 
  bottom: 0; 
  margin: auto; 
  border: 3px solid; 
  border-color: transparent transparent #fff #fff; 
  width: 40px; 
  height: 40px; 
  border-radius: 50%; 
  box-sizing: border-box; 
  animation: rotationBack 0.5s linear infinite; 
  transform-origin: center center; 
} 

.loader::before { 
  width: 32px; 
  height: 32px; 
  border-color: #563D39 #563D39 transparent transparent; 
  animation: rotation 1.5s linear infinite; 
} 
    
@keyframes rotation { 
  0% { 
    transform: rotate(0deg); 
  } 
  100% { 
    transform: rotate(360deg); 
  } 
} 

@keyframes rotationBack { 
  0% { 
    transform: rotate(0deg); 
  } 
  100% { 
    transform: rotate(-360deg); 
  } 
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 1  );
  z-index: 9999;
}

/* Prevent scrolling when loader is visible */
body.loading {
  overflow: hidden;
}













/* Navbar Container */
/* .navbar {
  padding: 0.75rem 0;
  transition: all 0.3s ease;
} */



/* Toggle Button */
.navbar-toggler {
  /* border: none; */
  padding: 0.5rem;
}


/* Navigation Links Container */
.bg-light-gradient {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
  border-radius: 50px;
  padding: 0.25rem;
}

/* Individual Nav Links */
.nav-link {
  color: #939393 !important;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 1rem !important;
  margin: 0 0.25rem;
}

.nav-link:hover,
.nav-link.active {
  color: #563D39 !important;
  font-weight: 600;
}

/* Button Styles */
.btn-primary {
  background-color: #563D39 !important;
  border-color: #563D39 !important;
  border-radius: 6px !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #4a332f !important;
  border-color: #4a332f !important;
  transform: translateY(-1px);
}

.btn-link {
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  background-color: transparent;
}

.btn-link:hover {
  text-decoration: underline;
}

/* Sign Up button style */
.signup-btn {
  color: #000000 !important;
  font-weight: 500;
  transition: color 0.3s ease;
}
.signup-btn:hover {
  color: #563D39 !important;
}

/* Login button style */
.login-btn {
  background-color: #563D39;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 6px 6px 20px; /* pt-[6px] pr-[6px] pb-[6px] pl-[20px] */
  border-radius: 6px;
  width: 116px;
  height: 42px;
  transition: background-color 0.3s ease;
}
.login-btn:hover {
  background-color: #4a332f;
}   

/* Mobile Styles (Below 992px) */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: white;
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    transition: all 0.3s ease;
  }
  
  .bg-light-gradient {
    background: none !important;
    padding: 0 !important;
  }
  
  .nav-link {
    padding: 0.75rem 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin: 0 !important;
  }
  
  .nav-link:last-child {
    border-bottom: none;
  }
  
  /* Mobile buttons container */
  .d-flex.d-lg-none.flex-column {
    padding: 1.5rem 0 0.5rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.1);
    gap: 1rem !important;
  }
  
  /* Full width buttons on mobile */
  .navbar-nav,
  .d-flex.d-lg-none.flex-column .btn {
    width: 100%;
  }
}
@media (width: 1024px) {
    .team-grid{
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/* Small Mobile Devices (Below 576px) */
@media (max-width: 575.98px) {
    .navbar-brand img {
        width: 100px;
    }
    .sign_up{
        display: none !important;
    }
    .navbar-toggler img {
        width: 32px;
        height: 32px;
    }
    
    .navbar-collapse {
        padding: 1rem;
    }
    .desktop-gallery {
        display: none;
    }

    .sign_up {
        display: none !important;
    }

    .desktop {
        display: none !important;
    }

    .tablet {
        display: none !important;
    }
    .slider-container{
        height: 264px;
    }
}
.d-none {
    display: block !important;
}
.d-none-new {
    display: none !important;
}
@media (max-width: 991.98px) {
    .desktop-gallery {
        display: none;
    }

    .sign_up {
        display: none !important;
    }

    .desktop {
        display: none !important;
    }
    .slider-container{
        height: 264px !important;
    }
}
/* Animation for dropdown */
.collapsing {
  transition: height 0.3s ease;
}

/* Ensure navbar stays on top */
.navbar.fixed-top {
  z-index: 1030;
}

/* Container adjustments for mobile */
@media (max-width: 767.98px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
   .hero-content {
    align-items: center !important;
  }
}

/* Arrow icon in login button */
.btn-primary img {
  transition: transform 0.3s ease;
}

.btn-primary:hover img {
  transform: translateX(3px);
}













/* -------------------------- hero page --------------------------- */
/* Reset and Base Styles */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background-color: white;
}

/* Hero Section */
.hero-section {
    background-color: white;
    padding: 0 2rem;
}

@media (min-width: 768px) {
    .hero-section {
        padding: 0 3rem;
    }
}

@media (min-width: 992px) {
    .hero-section {
        padding: 0 4rem;
    }
}

/* Content Styles */
.hero-content {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .hero-content {
        margin-top: 0;
        align-items: flex-start !important;
    }
}

.content-wrapper {
    width: 100%;
    max-width: 615px;
}

@media (min-width: 768px) {
    .content-wrapper {
        min-height: 336px;
    }
}

/* Typography */
.hero-title {
    color: #563d39;
    font-size: 20px;
    line-height: 110%;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
    .hero-title {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .hero-title {
        font-size: 70px;
    }
}

.hero-subtitle {
    color: hero-subtitle;
}

.hero-description {
    color: #563d39;
    font-size: 12px;
    line-height: 140%;
    font-weight: 300;
}

@media (min-width: 576px) {
    .hero-description {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .hero-description {
        font-size: 20px;
        /* width: 288px; */
    }
}

/* Gallery Container */
.gallery-container {
    padding: 0 0rem;
}

@media (min-width: 992px) {
    .gallery-container {
        padding: 0 2rem;
    }
}

.gallery-wrapper {
    width: 100%;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .gallery-wrapper {
        width: 540px;
        min-height: 630px;
    }
}

/* Mobile Gallery */
.mobile-gallery {
    width: 100%;
    padding-bottom: 20px;
}

/* Mobile Images */
.gallery-image-mobile {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Tablet-specific styles (768px-991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .mobile-gallery .scroll-content {
        width: 250px !important;
        height: 250px !important;
    }
    
    .mobile-gallery .gallery-image-mobile {
        width: 250px !important;
        height: 250px !important;
        margin-right: 1.5rem;
    }
    
    .scroll-row {
        height: 250px;
    }
}

/* Desktop Images */
.gallery-image-desktop {
    width: 140px;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 0.75rem;
    loading: lazy;
}

@media (min-width: 992px) {
    .gallery-image-desktop {
        width: 250px;
        margin-bottom: 1rem;
    }
}

/* Specific Desktop Image Heights */
.gallery-image-1 { height: 150px; }
.gallery-image-2 { height: 270px; }
.gallery-image-3 { height: 150px; }
.gallery-image-4 { height: 220px; }
.gallery-image-5 { height: 220px; }
.gallery-image-6 { height: 150px; }
.gallery-image-7 { height: 220px; }
.gallery-image-8 { height: 210px; }

@media (min-width: 992px) {
    .gallery-image-1 { height: 169px; }
    .gallery-image-2 { height: 310px; }
    .gallery-image-3 { height: 173px; }
    .gallery-image-4 { height: 250px; }
    .gallery-image-5 { height: 250px; }
    .gallery-image-6 { height: 169px; }
    .gallery-image-7 { height: 250px; }
    .gallery-image-8 { height: 240px; }
}

/* Scroll Animations */
.scroll-row {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.scroll-content {
    display: flex;
    width: max-content;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.scroll-left .scroll-content {
    animation: scrollLeft 30s linear infinite;
}

.scroll-right .scroll-content {
    animation: scrollRight 30s linear infinite;
}

.scroll-column {
    height: 100vh;
    overflow: hidden;
}

.scroll-content-vertical {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.scroll-up .scroll-content-vertical {
    animation: scrollUp 40s linear infinite;
}

.scroll-down .scroll-content-vertical {
    animation: scrollDown 40s linear infinite;
}

/* Keyframe Animations */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-33.333%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes scrollDown {
    0% {
        transform: translateY(-50%);
    }
    100% {
        transform: translateY(0);
    }
}



/* Performance Optimizations */
.scroll-content,
.scroll-content-vertical {
    will-change: transform;
}

.gallery-image-mobile,
.gallery-image-desktop {
    will-change: transform;
}

/* Cross-browser Compatibility */
@supports (-webkit-backface-visibility: hidden) {
    .scroll-content,
    .scroll-content-vertical,
    .gallery-image-mobile,
    .gallery-image-desktop {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0);
    }
}

/* Fade-in Animation for Content */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .hero-section {
        padding: 0 0rem;
    }
}



/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .scroll-left .scroll-content,
    .scroll-right .scroll-content,
    .scroll-up .scroll-content-vertical,
    .scroll-down .scroll-content-vertical {
        animation: none;
    }
    
    .gallery-image-mobile:hover,
    .gallery-image-desktop:hover {
        transform: none;
    }
}

/* Print Styles */
@media print {
    .hero-section {
        background: white !important;
        color: black !important;
    }
    
    .scroll-content,
    .scroll-content-vertical {
        animation: none !important;
    }
}






















/*---------------------- Management Features --------------------------- */




/* Management Features Section Styles */
.management-features-section {
    padding: 4rem 60px -0rem 60px;
    background-image: url('Background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    position: relative;
    z-index: 1;
}

.management-features-container {
    background-color: transparent;
    border-radius: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Solutions Badge */
.solutions-badge {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.1);
    width: 104px;
    height: 38px;
    padding: 10px;
    border-radius: 7px;
    backdrop-filter: blur(10px);
}

.header-icon {
    width: 18px;
    height: 18px;
}

.badge-text {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

/* Section Title */
.section-title-Management {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .section-title-Management {
        font-size: 30px;
    }
}

/* Feature Cards */
.feature-card {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 20px;
    color: white;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 330px;
}

@media (max-width: 767px) {
    .feature-card {
        min-height: auto;
    }
}



/* Feature Icons */
.feature-icon-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature-card-Management {
    width: 48px;
    height: 48px;
    transition: opacity 0.3s ease-in-out;
}

/* Feature Titles */
.Management-feature-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .Management-feature-title {
        font-size: 1rem;
    }
}

/* Feature Descriptions */
.Management-feature-description {
    color: #E4E0DF;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .Management-feature-description {
        font-size: 0.875rem;
    }
}

/* Read More Button */
.read-more-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    padding: 4px 4px 4px 20px;
    width: 142px;
    height: 38px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.read-more-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: white;
}

.read-more-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.arrow-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease;
}

/* .read-more-btn:hover .arrow-icon {
    transform: translateX(2px);
} */
@media (min-width: 1200px) {
    .hero-content{
        margin-left: 48px;
    }
}
/* Responsive Adjustments */
@media (max-width: 576px) {
    .management-features-section {
        padding: 2rem 0.5rem;
    }
    
    .Management-feature-title {
        font-size: 20px;
    }
    
    .Management-feature-description {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .read-more-btn {
        width: 138px !important;
        height: 38px !important;
        margin-left: 0px !important;
    }
}
@media (max-width: 768px) {
   .management-features-section {
        padding: 20px 20px;
    }
}

@media (min-width: 992px) {
    .management-features-container {
        max-width: 1400px;
    }
    
}

/* Loading States */
.feature-card-Management[style*="opacity: 0"] {
    opacity: 0 !important;
}

.feature-card-Management[style*="opacity: 1"] {
    opacity: 1 !important;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .feature-card,
    .read-more-btn,
    .arrow-icon,
    .feature-card-Management {
        transition: none;
    }
    
    .read-more-btn:hover .arrow-icon {
        transform: none;
    }
    
    .feature-card:hover {
        transform: none;
    }
}

/* Focus styles for better accessibility */
.read-more-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}


































/* ----------------------------- InfoCard ------------------------------ */

/* InfoCard Component Styles */
.info-card-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.info-card-container {
    width: 90%;
    margin: 0 auto;
}

.info-card-wrapper {
    background: #563D39;
    border-radius: 40px;
    padding: 2rem;
}

/* Main Feature Card */
.main-feature-card {
    position: relative;
    min-height: 400px;
    padding: 1.5rem;
}

.image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    min-height: 350px;
}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8rem;
    backdrop-filter: blur(4px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    pointer-events: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.image-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1.5rem;
}

.main-title {
    font-size: 1.125rem;
    line-height: 28px ;
    margin: 0;
}

/* Features Container */
.features-container {
    padding: 1rem 0;
}

.feature-item {
    margin-bottom: 2rem;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon-container {
    width: 70px;
    height: 70px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.InfoCard-feature-icon {
    width: 70px;
    height: 70px;
}

.feature-title {
    font-size: 1rem;
    line-height: 1.4;
}

.feature-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (min-width: 576px) {
    .info-card-wrapper {
        padding: 2.5rem;
    }
    
    .main-feature-card {
        min-height: 450px;
    }
    
    .image-container {
        min-height: 400px;
    }
    
    .image-content {
        padding: 1.5rem;
    }
    
    .main-title {
        font-size: 1.25rem;
    }
    
    .feature-item {
        margin-bottom: 3rem;
    }
    
    .feature-icon-container {
        width: 80px;
        height: 80px;
        margin-right: 1.5rem;
    }
    
    .InfoCard-feature-icon {
        width: 70px;
        height: 70px;
    }
    
    .feature-title {
        font-size: 1.125rem;
    }
    
    .feature-description {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .info-card-wrapper {
        padding: 3rem;
    }
    
    .main-feature-card {
        min-height: 500px;
        padding: 2rem;
    }
    
    .image-container {
        min-height: 450px;
    }
    
    .main-title {
        font-size: 1.875rem;
    }
    
    .features-container {
        padding: 0;
    }
    
    .feature-item {
        margin-bottom: 4.375rem;
    }
    
    .feature-title {
        font-size: 1.25rem;
    }
}

/* Additional Bootstrap overrides for exact matching */
.row.g-4 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

@media (min-width: 992px) {
    .row.g-lg-5 {
        --bs-gutter-x: 3rem;
        --bs-gutter-y: 3rem;
    }
}

/* Ensure proper alignment and spacing */
.align-items-stretch > .col-12,
.align-items-stretch > .col-lg-6 {
    display: flex;
    flex-direction: column;
}

.main-feature-card,
.features-container {
    flex: 1;
}













/* --------------------------- AboutUsHero ------------------------- */


/* Custom CSS for About Us Section */

/* Root variables for consistent theming */
/* Custom CSS for About Us Section */

/* Root variables for consistent theming */
:root {
    --primary-color: #563D39;
    --text-secondary: #000000B2;
    --white: #ffffff;
    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-hover: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --transition-duration: 300ms;
}

/* Background and spacing utilities */
.bg-white {
    background-color: var(--white) !important;
}

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

/* Custom container width */
.custom-container {
    /* width: 100%; */
    max-width: 95%;
}

/* Custom margin bottom */
.mb-custom {
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .mb-custom {
        margin-bottom: 64px;
    }
}

/* Content spacing */
.content-spacing {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Text content styling */
.text-content {
    color: var(--text-secondary);
    font-weight: 400;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Team grid layout */
.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

/* Base team image container */
.team-image-container {
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: box-shadow var(--transition-duration) ease-in-out;
    position: relative;
}

.team-image-container:hover {
    box-shadow: var(--shadow-hover);
}

/* Team image styling */
.team-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-duration) ease-in-out;
}

.team-image-container:hover .team-image {
    transform: scale(1.05);
}

/* Individual team member dimensions and border radius */

/* Team Member 1 */
.team-image-1 {
    width: 120px;
    height: 120px;
    border-radius: 26px;
}

/* Team Member 2 */
.team-image-2 {
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

/* Team Member 3 */
.team-image-3 {
    width: 120px;
    height: 120px;
    border-radius: 114px;
}

/* Team Member 4 */
.team-image-4 {
    width: 120px;
    height: 120px;
    border-radius: 115px;
}

/* Team Member 5 */
.team-image-5 {
    width: 120px;
    height: 120px;
    border-radius: 26px;
}

/* Team Member 6 */
.team-image-6 {
    width: 120px;
    height: 120px;
    border-radius: 60px;
}

/* Small screen responsive adjustments */
@media (min-width: 576px) {
    .team-image-1 {
        width: 140px;
        height: 140px;
    }
    
    .team-image-2 {
        width: 130px;
        height: 150px;
    }
    
    .team-image-3 {
        width: 150px;
        height: 130px;
    }
    
    .team-image-4 {
        width: 135px;
        height: 145px;
    }
    
    .team-image-5 {
        width: 145px;
        height: 135px;
    }
    
    .team-image-6 {
        width: 130px;
        height: 130px;
    }
}

/* Large screen responsive adjustments */
@media (min-width: 992px) {
    .team-image-1,
    .team-image-2,
    .team-image-3,
    .team-image-4,
    .team-image-5,
    .team-image-6 {
        width: 190px;
        height: 190px;
    }
}

/* Additional responsive utilities */
@media (max-width: 575.98px) {
    .custom-container {
        width: 95%;
    }
    
    .team-grid {
        gap: 0.75rem;
    }
}

/* Ensure proper spacing on medium screens */
@media (min-width: 768px) {
    .py-md-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

/* Fine-tune text sizing for better readability */
@media (max-width: 767.98px) {
    .display-5 {
        font-size: 2.5rem;
    }
}

/* Smooth transitions for all interactive elements */
/* * {
    transition-property: transform, box-shadow;
    transition-timing-function: ease-in-out;
} */

/* Accessibility improvements */
.team-image-container:focus-within {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .team-image-container:hover .team-image {
        transform: none;
    }
    
    .team-image-container {
        box-shadow: none !important;
    }
}





















/* ----------------------- Testimonials --------------------- */



body.bg-white, body {
  background-color: #fff;
}

body.bg-white, body {
  background-color: #fff;
}

/* Title responsiveness */
.testimonial-title {
  font-size: 2rem;
  color: #563D39;
  
}
@media (min-width: 576px) { .testimonial-title { font-size: 2.3rem; } }
@media (min-width: 768px) { .testimonial-title { font-size: 2.7rem; } }
@media (min-width: 992px) { .testimonial-title { font-size: 3rem; } }
@media (min-width: 1200px) { .testimonial-title { font-size: 3.5rem; } }

/* SLIDER */
#testimonial-slider {
  
  /* For smoother transition: */
  transition: transform 0.5s ease-in-out;
  padding: 0 1px;
  touch-action: pan-x;
  will-change: transform;
}

/* Card Styling */
.testimonial-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;

  padding: 1.5rem;
  min-width: 280px;
  max-width: 440px;
  width: 85vw;
  margin-right: 0px; /* gap is handled by .gap-4 */
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin: 20px;
}
.testimonial-card:hover, .testimonial-card.active {
  background: #563D39;
  color: #fff;
  border-color: #563D39;
  transform: scale(1.03);
}

.testimonial-profile {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.profile-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1rem;
  background: #eee;
}
.testimonial-card h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.testimonial-role {
  font-size: .9rem;
  color: #aaa;
}

/* Arrows */
.btn-arrow {
  width: 2.7rem;
  height: 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.23rem;
  transition: transform 0.15s;
}
.btn-arrow:active {
  transform: scale(0.93);
}

/* Responsive for wider cards */
@media (min-width: 992px) {
  .testimonial-card {
    min-width: 440px;
    width: 440px;
  }
}

/* Hide scrollbar for the slider */
#testimonial-slider::-webkit-scrollbar { display: none; }
#testimonial-slider { scrollbar-width: none; }





 /* Title responsiveness */
    .testimonial-title {
      font-size: 2rem;
    }

    @media (min-width: 576px) {
      .testimonial-title {
        font-size: 2.3rem;
      }
    }

    @media (min-width: 768px) {
      .testimonial-title {
        font-size: 2.7rem;
      }
    }

    @media (min-width: 992px) {
      .testimonial-title {
        font-size: 3rem;
      }
    }

    @media (min-width: 1200px) {
      .testimonial-title {
        font-size: 3.5rem;
      }
    }

    /* SLIDER CONTAINER */
    .slider-container {
      overflow: hidden;
      width: 100%;
      position: relative;

    }

    #testimonial-slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
      touch-action: pan-x;
      will-change: transform;
    }

    /* SLIDE (contains 3 cards) */
    .slide {
      display: flex;
      gap: 1.5rem;
      min-width: 100%;
      justify-content: center;
      padding: 0 1rem;
    }

    /* Card Styling */
    .testimonial-card {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 20px;
      padding: 1.5rem;
      transition: all 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      flex: 1;
      max-width: 380px;
    }

    .testimonial-card:hover {
      background: #563D39;
      color: #fff;
      border-color: #563D39;
      transform: translateY(-5px);
    }

    .testimonial-card:hover .testimonial-role {
      color: #ccc;
    }

    .testimonial-profile {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }

    .profile-img {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 1rem;
      background: #eee;
    }

    .testimonial-card h3 {
      margin: 0;
      font-weight: 600;
      font-size: 1rem;
    }

    .testimonial-role {
      font-size: .9rem;
      color: #aaa;
      transition: color 0.3s;
    }

    .testimonial-content {
      flex-grow: 1;
      line-height: 1.6;
    }

    /* Arrows */
    .btn-arrow {
      width: 2.7rem;
      height: 2.7rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.23rem;
      transition: all 0.15s;
      border: none;
    }

    .btn-arrow:active {
      transform: scale(0.93);
    }

    .btn-arrow:disabled {
      opacity: 0.3;
      cursor: not-allowed;
    }

    /* Dots indicator */
    .dots-container {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 1rem;
    }

    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ddd;
      cursor: pointer;
      transition: background 0.3s;
    }

    .dot.active {
      background: #563D39;
    }

    /* Mobile responsiveness */
    @media (max-width: 767px) {
      .slide {
        flex-direction: column;
        gap: 1rem;
      }

      .testimonial-card {
        max-width: none;
      }
    }

    @media (max-width: 991px) {
      .slide {
        gap: 1rem;
      }
    }




/* ------------------------ FAQ --------------------- */



/* FAQ Component Styles */
.faq-container {
    width: 100%;
    max-width: 1400px;
    margin: 2.5rem auto;
    padding: 1.5rem;
}

/* Newsletter Section */
.newsletter-section {
    background-color: white;
    border-radius: 0.5rem;
    padding: 2rem;
    
}

.newsletter-title {
    font-size: 2.25rem;
    font-weight: 500;
    color: #563D39;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.newsletter-description {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.email-form-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    /* margin-bottom: 1.5rem; */
}

.email-input {
    padding: 0.75rem 0.875rem;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.email-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(86, 61, 57, 0.25);
    border-color: transparent;
    background-color: white;
}

.email-input.error {
    border-color: #dc3545;
}

.email-input.error:focus {
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
}

.email-input:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #e9ecef;
}

.btn-custom {
    background-color: #563D39;
    color: white;
    font-weight: 400;
    font-size: 1rem;
    border-radius: 0.375rem;
    padding: 5px 10px;
    border: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: auto;
}

.btn-custom:hover {
    background-color: #4a332f;
    color: white;
}

.btn-custom:active {
    transform: translateY(0);
}

.btn-custom:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.arrow-icon {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease;
}



.error-message {
    /* margin-top: 0.25rem; */
    height: 1.25rem;
}

.more-faq-link {
    color: #563D39;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    /* margin-top: 1rem; */
}

.more-faq-link:hover {
    color: #563D39;
    text-decoration: underline;
    transform: translateX(3px);
}

/* FAQ Accordion Styles */
.faq-accordion {
    background-color: white;
    border-radius: 0.5rem;
    padding: 2rem;
    
}

.faq-item {
    border: none;
    margin-bottom: 0;
}

.faq-button {
    background-color: white;
    border: none;
    padding: 1.25rem 1.5rem;
    text-align: left;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.faq-button:hover {
    background-color: #f8f9fa;
}

.faq-button:focus {
    outline: none;
    
}

.faq-title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000000;
    flex: 1;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.faq-button:hover .faq-title {
    color: #563D39;
}

.faq-button[aria-expanded="true"] .faq-title {
    font-weight: 500;
    color: #563D39;
}

.icon-container {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.plus-icon,
.minus-icon {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus-icon {
    opacity: 1;
}

.minus-icon {
    opacity: 0;
}

.faq-button[aria-expanded="true"] .plus-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-button[aria-expanded="true"] .minus-icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-collapse {
    transition: height 0.3s ease;
}

.faq-content {
    padding: 0 1.5rem 1.5rem 1.5rem;
    background-color: white;
}

.faq-text {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6;
    margin: 0;
}

.faq-divider {
    border: none;
    border-top: 1px solid #e9ecef;
    margin: 0 1.5rem;
    opacity: 1;
}

.faq-item:last-child .faq-divider {
    display: none;
}

/* Loading Animation */
.spinner-border {
    display: none !important;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .faq-container {
        margin-top: 1.5rem;
        padding: 1rem;
    }
    
    .newsletter-title {
        font-size: 2rem;
    }
    
    .newsletter-section,
    .faq-accordion {
        padding: 1.5rem;
    }
}

@media (max-width: 768px) {
    .newsletter-title {
        font-size: 1.75rem;
    }
    
    .faq-button {
        padding: 1rem;
    }
    
    .faq-content {
        padding: 0 1rem 1rem 1rem;
    }
    
    .faq-divider {
        margin: 0 1rem;
    }
}

@media (max-width: 576px) {
    .faq-container {
        width: 95%;
        padding: 0.5rem;
    }
    
    .newsletter-title {
        font-size: 1.5rem;
    }
    
    .newsletter-description {
        font-size: 0.9375rem;
    }
    
    .faq-title {
        font-size: 1.125rem;
    }
    
    .faq-text {
        font-size: 1rem;
    }
    
    .btn-custom {
        padding: 0.625rem 1rem;
    }
    
    .newsletter-section,
    .faq-accordion {
        padding: 1.25rem;
    }
}














































/*-------------------- Blogs page ---------------------------*/


/* Stories Banner Section */
.banner-box {
  background-image: url("/assets/Blogs/Blog_bg.svg");
  background-size: cover;
  background-blend-mode: multiply;
  margin-right: 20px;
  margin-left: 20px;
}

/* Mobile (XS) - Default */
.banner-box h2 {
  font-size: 24px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.banner-box .lead {
  font-size: 16px;
  opacity: 0.9;
}

/* Small devices (SM - 576px and up) */
@media (min-width: 576px) {
  .banner-box h2 {
    font-size: 26px;
  }
  
  .banner-box .lead {
    font-size: 17px;
  }
}

/* Medium devices (MD - 768px and up) - Tablet */
@media (min-width: 768px) {
  .banner-box h2 {
    font-size: 30px;
  }
  
  .banner-box .lead {
    font-size: 18px;
  }
}

/* Large devices (LG - 992px and up) - Web */
@media (min-width: 992px) {
  .banner-box h2 {
    font-size: 36px;
  }
  
  .banner-box .lead {
    font-size: 20px;
  }
}

/* Extra large devices (XL - 1200px and up) */
@media (min-width: 1200px) {
  .banner-box h2 {
    font-size: 38px;
  }
  
  .banner-box .lead {
    font-size: 21px;
  }
}

/* XXL devices (1400px and up) */
@media (min-width: 1400px) {
  .banner-box h2 {
    font-size: 40px;
  }
  
  .banner-box .lead {
    font-size: 22px;
  }
}

/* Adjust spacing to account for fixed navbar */
body {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 70px;
  }
}

























/* -------------------- Privacy_Policy -------------------- */


/* Custom CSS for Flowkar Privacy Policy */

/* Font Family */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Container and Layout */
.policy-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content {
    width: 85%;
    max-width: 1300px;
    padding: 2rem;
    border-radius: 0.5rem;
}

.w-90 {
    width: 90%;
}

/* Header Styles */
.policy-header {
    background-color: #5a3a32;
    background-image: url('/assets/Blogs/Blog_bg.svg');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 2rem 1rem;
    margin-top: 60px;
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
}

.header-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

/* Responsive Header */
@media (min-width: 576px) {
    .policy-header {
        border-radius: 16px;
        padding: 3rem 1.5rem;
        margin-top: 80px;
        margin-bottom: 4rem;
    }
    
    .header-title {
        font-size: 1.875rem;
    }
}

@media (min-width: 992px) {
    .policy-header {
        border-radius: 20px;
        padding: 4.375rem 1.5rem;
        margin-top: 130px;
        margin-bottom: 7.5rem;
    }
    
    .header-title {
        font-size: 2.5rem;
    }
}

/* Content Sections */
.content-section {
    line-height: 1.25;
    letter-spacing: 0.025em;
}

.section-title {
    color: #563D39;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
    .section-title {
        font-size: 1.5rem;
    }
}

.subsection-title {
    color: #000000;
    font-weight: 600;
    font-size: 1.125rem;
    margin: 0.5rem 0;
    padding-top: 0.5rem;
}

.subsection-title-medium {
    color: #000000;
    font-weight: 500;
    font-size: 1.125rem;
    margin: 0.5rem 0;
    padding-top: 0.5rem;
}

.definition-subtitle {
    color: #000000;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 0.5rem 0;
    padding-top: 0.5rem;
}

.legal-requirement-subtitle {
    color: #000000;
    font-weight: 500;
    font-size: 1rem;
    margin: 0.5rem 0;
    padding-top: 0.5rem;
}

.content-text {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.25;
}

.content-relaxed {
    line-height: 1.625;
}

/* Links */
.link-brown {
    color: #000000;
    text-decoration: none;
}

.link-brown:hover {
    color: #000000;
    text-decoration: underline;
}

.hover-underline:hover {
    text-decoration: underline;
}

/* Contact Section */
.contact-thank-you {
    font-weight: 700;
    color: #563D39;
}

/* Spacing Utilities */
.mt-header {
    margin-top: 60px;
}

.mb-content {
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .mt-header {
        margin-top: 80px;
    }
    
    .mb-content {
        margin-bottom: 4rem;
    }
}

@media (min-width: 992px) {
    .mt-header {
        margin-top: 130px;
    }
    
    .mb-content {
        margin-bottom: 7.5rem;
    }
}

/* Bootstrap Overrides */
.pt-2 {
    padding-top: 0.5rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* Responsive Typography */
@media (max-width: 575.98px) {
    .main-content {
        padding: 1rem;
        margin: 1rem;
    }
    
    .policy-header {
        margin-top: 60px;
        margin-bottom: 2rem;
        padding: 2rem 1rem;
    }
}

/* Print Styles */
@media print {
    .policy-header {
        background-image: none !important;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}























/* ----------------------------- Terms_of_Use ----------------------------- */

 /* Custom CSS for Terms & Conditions Page */

/* Font Family */
.font-figtree {
    font-family: 'Figtree', sans-serif;
}

/* Layout Utilities */
.w-90 {
    width: 85%;
}

.min-vh-100 {
    min-height: 100vh;
}

/* Header Styling */
.header-section {
    background-color: #5a3a32;
    background-image: url('/assets/Blogs/Blog_bg.svg');
    background-size: cover;
    background-position: center;
}

.rounded-custom {
    border-radius: 12px;
}

.mt-header {
    margin-top: 60px;
}

.mb-section {
    margin-bottom: 32px;
}

.header-title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

/* Content Sections */
.content-section {
    letter-spacing: 0.025em;
    line-height: 1.25;
}

.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #563D39;
}

.subsection-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000; /* brown color */
}

.subsection-title-medium {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000000; /* brown color */
}

.changes-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #563D39;
}

.contact-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #563D39;
}

.content-text {
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.25;
    letter-spacing: 0.025em;
}

.contact-link {
    color: #000000; /* brown color */
    text-decoration: none;
}

.contact-link:hover {
    color: #000000;
    text-decoration: underline;
}

.thank-you-text {
    font-weight: 700;
    color: #563D39;
}

/* Responsive Design */
@media (min-width: 576px) {
    .rounded-custom {
        border-radius: 16px;
    }
    
    .mt-header {
        margin-top: 80px;
    }
    
    .mb-section {
        margin-bottom: 64px;
    }
    
    .header-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    
    .header-title {
        font-size: 1.875rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .rounded-custom {
        border-radius: 20px;
    }
    
    .mt-header {
        margin-top: 130px;
    }
    
    .mb-section {
        margin-bottom: 120px;
    }
    
    .header-section {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    
    .header-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}

/* Additional spacing utilities */
.main-container {
    max-width: none;
}

/* Ensure proper text color inheritance */
.content-text a {
    color: inherit;
}

/* Custom margin utilities to match original spacing */
.mb-4 {
    margin-bottom: 1.5rem !important;
}

.content-section {
    margin-bottom: 1.5rem;
}

    /* Scoped styles for social media icons component */
    #socialIcons {
        --primary-text: #563D39;
        --secondary-text: #00000099;
        --bg-white: #FFFFFF;
        --youtube-color: #FF0000;
        --reddit-color: #FF4500;
        --instagram-color: #E4405F;
        --facebook-color: #1877F2;
        --twitter-color: #000000;
        --pinterest-color: #BD081C;
        --linkedin-color: #0A66C2;
        --threads-color: #000000;
        --border-inactive: #d1d5db;
        --shadow-light: rgba(0, 0, 0, 0.1);
        --shadow-medium: rgba(0, 0, 0, 0.04);
    }

    #socialIcons .social-slideshow-section {
        width: 100%;
        padding: 144px 16px;
        background-color: var(--bg-white);
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        min-height: 100vh;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        line-height: 1.6;
    }

    #socialIcons .section-content {
        text-align: center;
        position: relative;
        z-index: 10;
        width: 100%;
        margin-top: -20px;
    }

    #socialIcons .main-title {
        font-size: 43px;
        font-weight: 500;
        color: var(--primary-text);
        margin-bottom: 24px;
        line-height: 1.2;
    }

    #socialIcons .subtitle {
        min-height: 10vh;
        font-size: 24px;
        color: var(--secondary-text);
        max-width: 768px;
        margin: 0 auto 78px auto;
        font-weight: 300;
    }

    #socialIcons .icons-container {
        position: relative;
    }

    #socialIcons .background-images {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none;
    }

    #socialIcons .background-shadow,
    #socialIcons .background-overlay {
        position: absolute;
        width: 583px;
        height: 500px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    @media (max-width: 479px) {
        #socialIcons .background-shadow,
        #socialIcons .background-overlay {
            position: absolute;
            width: 410px;
            height: 380px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }
    }

    #socialIcons .icons-slideshow {
        position: relative;
        overflow: hidden;
        height: 150px;
    }

    #socialIcons .icons-track {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 1s ease-in-out;
    }

    #socialIcons .icons-track.restarting {
        opacity: 0.3;
    }

    #socialIcons .social-icon {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        transition: all 1s ease-in-out;
    }

    #socialIcons .social-icon .icon-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px !important;
        transition: all 1s ease-in-out;
        background-color: #f8f9fa;
        box-shadow: 0 10px 15px -3px var(--shadow-light), 0 4px 6px -2px var(--shadow-medium);
        flex-shrink: 0;
        width: auto !important;
        height: auto !important;
    }

    #socialIcons .social-icon .icon-container.highlighted {
        box-shadow: 0 20px 25px -5px var(--shadow-light), 0 10px 10px -5px var(--shadow-medium);
    }

    #socialIcons .social-icon img {
        object-fit: contain;
        position: relative;
        z-index: 10;
        transition: all 1s ease-in-out;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

    /* Corner brackets */
    #socialIcons .corner-bracket {
        position: absolute;
        width: 24px;
        height: 24px;
        z-index: 20;
        transition: border-color 1s ease-in-out;
        border-color: var(--border-inactive);
    }

    #socialIcons .corner-tl {
        top: -12px;
        left: -12px;
        border-top: 2px solid;
        border-left: 2px solid;
        border-top-left-radius: 10px;
    }

    #socialIcons .corner-tr {
        top: -12px;
        right: -12px;
        border-top: 2px solid;
        border-right: 2px solid;
        border-top-right-radius: 10px;
    }

    #socialIcons .corner-bl {
        bottom: -12px;
        left: -12px;
        border-bottom: 2px solid;
        border-left: 2px solid;
        border-bottom-left-radius: 10px;
    }

    #socialIcons .corner-br {
        bottom: -12px;
        right: -12px;
        border-bottom: 2px solid;
        border-right: 2px solid;
        border-bottom-right-radius: 10px;
    }

    /* Social media icon images */
    #socialIcons .social-svg {
        display: inline-block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 4px;
    }

    /* Responsive styles */
    @media (max-width: 1200px) {
        #socialIcons .main-title {
            font-size: 38px;
        }
        #socialIcons .subtitle {
            font-size: 20px;
        }
    }

    @media (max-width: 768px) {
        #socialIcons .main-title {
            font-size: 30px;
        }
        #socialIcons .subtitle {
            font-size: 16px;
        }
        #socialIcons .icons-slideshow {
            height: 120px;
        }
        #socialIcons .corner-bracket {
            /* left: -24px !important; */
            right: -24px !important;
        }
        #socialIcons .corner-tl, #socialIcons .corner-bl {
            left: -24px;
        }
        #socialIcons .corner-tr, #socialIcons .corner-br {
            right: -24px;
        }
    }

    @media (max-width: 640px) {
        #socialIcons .social-slideshow-section {
            padding: 60px 16px;
        }
    }

    body.bg-white, body {
      background-color: #fff;
    }

    /* Title responsiveness */
    .testimonial-title {
      font-size: 2rem;
    }
    @media (min-width: 576px) { .testimonial-title { font-size: 2.3rem; } }
    @media (min-width: 768px) { .testimonial-title { font-size: 2.7rem; } }
    @media (min-width: 992px) { .testimonial-title { font-size: 3rem; } }
    @media (min-width: 1200px) { .testimonial-title { font-size: 3.5rem; } }

    /* SLIDER CONTAINER */
    .slider-container {
      overflow: hidden;
      width: 100%;
      position: relative;
          height: 247px;
    
    }

    #testimonial-slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
      touch-action: pan-x;
      will-change: transform;
    }

    /* SLIDE (contains 3 cards) */
    .slide {
      display: flex;
      gap: 1.5rem;
      min-width: 100%;
      justify-content: center;
      padding: 0 1rem;
    }

    /* Card Styling */
    .testimonial-card {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 20px;
      padding: 1.5rem;
      transition: all 0.3s;
      height: 100%;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      flex: 1;
      max-width: 380px;
    }

    .testimonial-card:hover {
      background: #563D39;
      color: #fff;
      border-color: #563D39;
      transform: translateY(-5px);
    }

    .testimonial-card:hover .testimonial-role {
      color: #ccc;
    }

    .testimonial-profile {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
    }
    .profile-img {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 1rem;
      background: #eee;
    }
    .testimonial-card h3 {
      margin: 0;
      font-weight: 600;
      font-size: 1rem;
    }

    .testimonial-role {
      font-size: .9rem;
      color: #aaa;
      transition: color 0.3s;
    }

    .testimonial-content {
      flex-grow: 1;
      line-height: 1.6;
    }

    /* Arrows */
    .btn-arrow {
      width: 2.7rem;
      height: 2.7rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.23rem;
      transition: all 0.15s;
      border: none;
    }
    .btn-arrow:active {
      transform: scale(0.93);
    }
    .btn-arrow:disabled {
      opacity: 0.3;
      cursor: not-allowed;
    }

    /* Dots indicator */
    .dots-container {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      margin-top: 1rem;
    }
    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ddd;
      cursor: pointer;
      transition: background 0.3s;
    }
    .dot.active {
      background: #563D39;
    }

    /* Mobile responsiveness */
    @media (max-width: 767px) {
      .slide {
        flex-direction: column;
        gap: 1rem;
      }
      .testimonial-card {
        max-width: none;
      }
    }

    @media (max-width: 991px) {
      .slide {
        gap: 1rem;
      }
    }