@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {compliance-hero-section
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

.btn-primary {
    border-radius: 8px;
    background: var(--Button-Color, linear-gradient(263deg, #0147C0 -25.96%, #01B9FF 103.21%));
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.12) inset, 0 1px 1.5px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 6px 0 rgba(74, 58, 255, 0.10);
    border: none !important;
    padding: 16px 24px;

}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;

}

.w-240{
	width:240px;
}
body.page-id-396 a[href*="/animation"],
body.page-id-662 a[href*="/blog"],
body.page-id-698 .wp-block-navigation-item.has-child:has(a[href*="/employee-training-lms"]) > a.wp-block-navigation-item__content,
body.page-id-624 .wp-block-navigation-item.has-child:has(a[href*="/compliance-training"]) > a.wp-block-navigation-item__content,
body.page-id-694 .wp-block-navigation-item.has-child:has(a[href*="/employee-onboarding"]) > a.wp-block-navigation-item__content,
body.page-id-660 .wp-block-navigation-item.has-child:has(a[href*="/customer-training"]) > a.wp-block-navigation-item__content {
  color: #0147C0!important;
  font-weight: 600;
}

p {
    color: #333333;
}
.p-15 {
    padding:0 15px !important;
}

.wp-block-accordion-heading__toggle-title{
	color:inherit!important
}


.wp-block-columns{
margin-bottom: 0;
}


  
  .wp-block-image img {
    display: block;
  }


  .wp-block-group.testimonial-card > .wp-block-group__inner-container > * {
    margin: 50px 0 0 50px !important;
  }
	

  .block-editor-page .swiper-wrapper {
    display: flex;
    gap: 20px;
  }


.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container{
	left:0;
	height: auto;
  min-width: 300px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}

.wp-block-navigation-submenu .wp-block-navigation-item__content{
padding:0 !important	
}

.wp-block-navigation ul li{
	padding:12px 20px!important
}

/* Target accordion panel */
.wp-block-accordion-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
}

/* When accordion is open */
.wp-block-accordion-item.is-open .wp-block-accordion-panel {
  max-height: 500px; /* adjust if content is larger */
  opacity: 1;
  padding:10px;
	background:linear-gradient(135deg, #e8f4ff 0%, #f0f8ff 100%)
}

.accordion-button{
	border: 1px solid #E1E0E099!important
}


    /* Do NOT use flex on children */
    .onboarding-course-content-section .wp-block-column {
        height: auto;
      }
  
.service-thumbnail{
	border-radius: 12px; margin-bottom: 20px;
}

.header-section{
	background: rgb(255, 255, 255);
	padding:12px 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1030;
  border-bottom: 1px solid #f3f4f6;
}
.hero-section {
    background-image: url('../images/smartlearn-banner.jpg');
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    text-align: left;
    position: relative;
    min-height: 100vh;
    display: block;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.banner-btn {
    background-color: #0147C0;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}

.banner-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.banner-btn:hover::before {
    left: 100%;
}

.banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(1, 71, 192, 0.3);
}

.hero-text {
    font-weight: 700;
    font-style: Bold;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: 0px;
    text-transform: capitalize;

}

.hero-subtext {
    margin-top: 20px;
    width: 100%;
    max-width: 1000px;
    line-height: 1.4;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}




.demo-im figure{
    width:100%
}


.onboarding-features-right{
    margin-top:6% !important
}  
/* Only equal height, no layout changes */
.grid .wp-block-columns {
    align-items: stretch;
  }
  
  /* Do NOT use flex on children */
  .grid .wp-block-column {
    height: auto;
  }


  .justify-content-center {
    justify-content: center !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
  .d-flex {
    display: flex !important;
  }
  
  
.menu-item{
	color: #0147C0;
  font-weight: 600;
	position: relative;
  transition: color 0.3s ease;
	font-size: 16px;
	text-decoration: none;
}

@media (min-width: 992px) {
    .hero-subtext {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .hero-subtext {
        font-size: 26px;
        line-height: 40px;
    }
}

.hero-section span {
    color: #F2B13B;
}

.btn-top {
    border-radius: 8px;
    background: linear-gradient(135deg, #01B9FF 0%, #0147C0 100%);
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none !important;
    margin: 0 !important;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(1, 71, 192, 0.2);
}

.btn-top:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 71, 192, 0.3);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #0147C0;
    font-weight: 600;
}

.nav-link {
    color: #6B7280;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:focus,
.nav-link:hover {
    color: #0147C0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px;
}

.navbar-brand {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.demo-title-2{
    display: block;
}
/* Fixed navbar styling */
.navbar.fixed-top {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1030;
    border-bottom: 1px solid #f3f4f6;
}

/* Add padding to hero section to account for fixed navbar */
.hero-section {
    padding-top: 160px;
    padding-bottom: 120px;
    min-height: 100vh;
}

.language-switcher {
    border: 1px solid #e5e7eb;
    padding: 8px 12px;
    border-radius: 6px;
    margin: 0;
    background: white;
    transition: all 0.3s ease;
}

.language-switcher:hover {
    border-color: #0147C0;
    box-shadow: 0 2px 8px rgba(1, 71, 192, 0.1);
}

.language-selector {
    color: #374151 !important;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    padding: 0 !important;
}

.language-selector:hover {
    color: #0147C0 !important;
}

.language-switcher .dropdown-menu {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 180px;
}

.language-switcher .dropdown-item {
    padding: 10px 16px;
    color: #333;
    transition: all 0.2s ease;
    border: none;
    background: transparent;
}

.language-switcher .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #0147C0;
    transform: translateX(4px);
}

.language-switcher .dropdown-item.active {
    background-color: #e8f4ff;
    color: #0147C0;
}

.language-switcher .dropdown-item img {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Flag fallback styles for missing images */
.language-switcher .dropdown-item img[src*="sa.png"] {
    background: linear-gradient(180deg, #006c35 50%, #fff 50%);
}

/* Desktop language switcher positioning */
@media (min-width: 992px) {
    .navbar-collapse .language-switcher {

        display: flex !important;
        width: auto;
        text-align: left;
    }

    .navbar-collapse .language-switcher .dropdown-menu {
        position: absolute !important;
        transform: translate3d(0px, 38px, 0px) !important;
        width: auto;
        text-align: left;
    }
}

/* ===== NAVIGATION ACTIVE STATES ===== */

/* Active state for dropdown items */
.dropdown-item.active {
    background-color: #007bff !important;
    color: #ffffff !important;
    font-weight: 600;
}

.dropdown-item.active:hover {
    background-color: #0056b3 !important;
    color: #ffffff !important;
}

/* Active state for Solutions dropdown toggle when on a solutions page */
.nav-link.dropdown-toggle.active {
    color: #007bff !important;
    font-weight: 600;
}

/* Ensure active states are visible in both light and dark themes */
.dropdown-item.active:focus {
    background-color: #007bff !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Active state for the Solutions dropdown when a solutions page is active */
.nav-item.dropdown .nav-link.active {
    color: #007bff !important;
    font-weight: 600;
}


/* RTL support for active dropdown items */
[dir="rtl"] .dropdown-item.active {
    text-align: right;
}

/* ===== COMPREHENSIVE RTL SUPPORT FOR ARABIC ===== */

[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

/* Navigation RTL */
[dir="rtl"] .navbar-nav {
    padding-right: 0;
}

[dir="rtl"] .language-switcher {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

[dir="rtl"] .dropdown-menu-end {
    right: auto !important;
    left: 0 !important;
}

/* General Margin Rules */
.me-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

/* Responsive Video and Iframe Styles */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

/* Responsive iframe styles for all iframes */
iframe {
    max-width: 100%;
    height: auto;
    border: none;
}

/* Video container responsive styles */
.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* Responsive video section styles */
.onboarding-features-section .video-wrapper {
    margin-bottom: 2rem;
}

/* Tablet responsive styles */
@media (max-width: 991.98px) {
    .video-wrapper {
        padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
        margin-bottom: 1.5rem;
    }
    
    .onboarding-features-section .row {
        flex-direction: column;
    }
    
    .onboarding-features-section .col-lg-6:first-child {
        order: 2;
        margin-bottom: 2rem;
    }
    
    .onboarding-features-section .col-lg-6:last-child {
        order: 1;
    }
}

/* Mobile responsive styles */
@media (max-width: 767.98px) {
    .video-wrapper {
        padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
        margin-bottom: 1rem;
        border-radius: 8px;
    }
    
    .video-wrapper iframe {
        border-radius: 8px;
    }
    
    .onboarding-features-section .video-wrapper {
        margin-bottom: 1.5rem;
    }
    
    /* Ensure text content doesn't overflow on mobile */
    .onboarding-features-left {
        padding: 0 1rem;
    }
    
    .onboarding-features-heading {
        font-size: 1.75rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .onboarding-features-description {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
}

/* Small mobile devices */
@media (max-width: 575.98px) {
    .video-wrapper {
        padding-bottom: 56.25%; /* Maintain 16:9 aspect ratio */
        margin-bottom: 0.75rem;
    }
    
    .onboarding-features-heading {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .onboarding-features-description {
        font-size: 0.95rem;
        line-height: 1.4;
    }
    
    .onboarding-features-left {
        padding: 0 0.5rem;
    }
}

/* Landscape orientation on mobile */
@media (max-width: 767.98px) and (orientation: landscape) {
    .video-wrapper {
        padding-bottom: 40%; /* Slightly shorter for landscape */
    }
    
    .onboarding-features-section .row {
        flex-direction: row;
    }
    
    .onboarding-features-section .col-lg-6:first-child {
        order: 1;
    }
    
    .onboarding-features-section .col-lg-6:last-child {
        order: 2;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .video-wrapper {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    }
}

/* Additional responsive styles for text content sections */
.onboarding-features-section {
    padding: 4rem 0;
}

.onboarding-features-left {
    padding: 2rem 0;
}

.custom-list {
    margin-bottom: 2rem;
}

.custom-list li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
}

.custom-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0147C0;
    font-weight: bold;
}

/* Responsive text alignment and spacing */
@media (max-width: 991.98px) {
    .onboarding-features-section {
        padding: 3rem 0;
    }
    
    .onboarding-features-left {
        padding: 1.5rem 0;
        text-align: center;
    }
    
    .custom-list {
        text-align: left;
        display: inline-block;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .onboarding-features-section {
        padding: 2rem 0;
    }
    
    .onboarding-features-left {
        padding: 1rem 0;
    }
    
    .custom-list {
        margin-bottom: 1rem;
    }
    
    .custom-list li {
        margin-bottom: 0.5rem;
        padding-left: 1.25rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 575.98px) {
    .onboarding-features-section {
        padding: 1.5rem 0;
    }
    
    .onboarding-features-left {
        padding: 0.75rem 0;
    }
    
    .custom-list li {
        font-size: 0.9rem;
        padding-left: 1rem;
    }
}

/* Responsive styles for course content sections */
.onboarding-course-content-section {
    padding: 4rem 0;
}

.onboarding-content-header {
    margin-bottom: 3rem;
}

.onboarding-content-card {
    text-align: center;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.onboarding-content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.onboarding-content-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.onboarding-content-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.onboarding-content-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #666;
}

/* Responsive styles for teams sections */
.onboarding-teams-section {
    padding: 4rem 0;
}

.onboarding-team-card1 {
    text-align: center;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}

.onboarding-team-card1:hover {
    transform: translateY(-5px);
}

.onboarding-team-card1 img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 8px;
}

.onboarding-team-card1 h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

/* Responsive breakpoints for content sections */
@media (max-width: 991.98px) {
    .onboarding-course-content-section,
    .onboarding-teams-section {
        padding: 3rem 0;
    }
    
    .onboarding-content-header {
        margin-bottom: 2rem;
    }
    
    .onboarding-content-card,
    .onboarding-team-card1 {
        padding: 1.5rem 0.75rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .onboarding-course-content-section,
    .onboarding-teams-section {
        padding: 2rem 0;
    }
    
    .onboarding-content-header {
        margin-bottom: 1.5rem;
    }
    
    .onboarding-content-card,
    .onboarding-team-card1 {
        padding: 1rem 0.5rem;
        margin-bottom: 1rem;
    }
    
    .onboarding-content-card h3 {
        font-size: 1.1rem;
    }
    
    .onboarding-content-card p {
        font-size: 0.9rem;
    }
    
    .onboarding-team-card1 h3 {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .onboarding-course-content-section,
    .onboarding-teams-section {
        padding: 1.5rem 0;
    }
    
    .onboarding-content-card,
    .onboarding-team-card1 {
        padding: 0.75rem 0.25rem;
        margin-bottom: 0.75rem;
    }
    
    .onboarding-content-card h3 {
        font-size: 1rem;
    }
    
    .onboarding-content-card p {
        font-size: 0.85rem;
    }
    
    .onboarding-team-card1 h3 {
        font-size: 0.95rem;
    }
}

/* Margin and Padding RTL */
[dir="rtl"] .me-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

[dir="rtl"] .ms-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
}

[dir="rtl"] .ms-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
}

[dir="rtl"] .ps-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
}

[dir="rtl"] .pe-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
}

/* Text Alignment RTL */
[dir="rtl"] .text-start {
    text-align: right !important;
}

[dir="rtl"] .text-md-start {
    text-align: right !important;
}

[dir="rtl"] .text-center {
    text-align: center !important;
}

/* Flexbox RTL */
[dir="rtl"] .d-flex {
    flex-direction: row-reverse;
}

[dir="rtl"] .justify-content-start {
    justify-content: flex-end !important;
}

[dir="rtl"] .justify-content-end {
    justify-content: flex-start !important;
}

/* Card and Component RTL */
[dir="rtl"] .card-body {
    text-align: right;
}

[dir="rtl"] .feature-card {
    text-align: right;
}

[dir="rtl"] .accordion-button {
    text-align: right;
}

[dir="rtl"] .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
    transform: rotate(180deg);
}

[dir="rtl"] .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

/* Form Elements RTL */
[dir="rtl"] .form-control {
    text-align: right;
}

[dir="rtl"] .form-select {
    text-align: right;
}

[dir="rtl"] .form-label {
    text-align: right;
}

/* Button Groups RTL */
[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

[dir="rtl"] .btn-group > .btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

/* Timeline RTL */
[dir="rtl"] .timeline-step .step-content {
    text-align: right;
}

[dir="rtl"] .mrgn-rgt-20 {
    margin-right: 0 !important;
    margin-left: 20px !important;
}

[dir="rtl"] .mrgn-lft-20 {
    margin-left: 0 !important;
    margin-right: 20px !important;
}

/* Testimonials RTL */
[dir="rtl"] .testimonial-card {
    text-align: right;
}

[dir="rtl"] .testimonial-header {
    flex-direction: row-reverse;
}

/* Footer RTL */
[dir="rtl"] .footer-section {
    text-align: right;
}

[dir="rtl"] .footer-section .contact-info {
    text-align: right;
}

[dir="rtl"] .footer-section .contact-info .d-flex {
    flex-direction: row-reverse;
}

/* Arabic font support */
[dir="rtl"] body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

[dir="rtl"] .hero-text,
[dir="rtl"] .section-title,
[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Responsive RTL adjustments */
@media (max-width: 768px) {
    [dir="rtl"] .navbar-nav {
        text-align: center;
    }
    
    [dir="rtl"] .hero-text,
    [dir="rtl"] .section-title {
        text-align: center;
    }
    
    [dir="rtl"] .feature-card {
        text-align: center;
    }
    
    [dir="rtl"] .timeline-step .step-content {
        text-align: center;
    }
}

/* Animation and transition RTL */
[dir="rtl"] .swiper-button-next {
    left: 10px;
    right: auto;
}

[dir="rtl"] .swiper-button-prev {
    right: 10px;
    left: auto;
}

/* Custom RTL overrides for specific components */
[dir="rtl"] .icon-circle {
    margin-left: 0;
    margin-right: 10px;
}

[dir="rtl"] .step-badge {
    text-align: center;
}

[dir="rtl"] .completion-circle {
    margin: 0 auto;
}

[dir="rtl"] .community-card {
    text-align: center;
}

[dir="rtl"] .custom-card {
    text-align: right;
}

[dir="rtl"] .custom-card .d-flex {
    flex-direction: row-reverse;
}

.feature-card {
    background: linear-gradient(142deg, #ffffff 0%, #eaf6ff 100%);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    padding: 30px;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0147C0, #01B9FF);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-card .feature-icon {
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
}

.section-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: 20px 0;


}

.section-subtitle {
    font-size: 18px;
    text-align: center;
}

.start-demo h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0%;
    color: #0F172A;

}

.demo-im {
    position: relative;
}

.demo-im img {
    width: 100%;
}

.community-card {
    position: absolute;
    top: 32%;
    left: -17%;
    background: white;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    width: 262px;
    z-index: 15;
}

.avatar-row {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid white;
    margin-right: -8px;
}

.avatar-1 {
    background: linear-gradient(45deg, #ff9800, #f57c00);
}

.avatar-2 {
    background: linear-gradient(45deg, #9c27b0, #7b1fa2);
}

.avatar-3 {
    background: linear-gradient(45deg, #2196f3, #1976d2);
}

.avatar-4 {
    background: linear-gradient(45deg, #4caf50, #388e3c);
}

.avatar-5 {
    background: linear-gradient(45deg, #e91e63, #c2185b);
}

.community-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.community-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.completion-card {
    animation-delay: 0.4s;
}

@property --progress {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.completion-circle {
    width: 92px;
    height: 40px;
    border-radius: 70px 70px 0 0;
    --progress: 0deg;
    background: conic-gradient(from 180deg, #4285f4 0deg var(--progress), #e8f0fe var(--progress) 180deg);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 16px;
    position: relative;
    overflow: hidden;
}

.completion-circle.animate {
    animation: fillCircle 2s ease-out forwards;
}

@keyframes fillCircle {
    to {
        --progress: 157.5deg;
    }
}

.completion-circle::before {
    content: '';
    width: 70px;
    height: 30px;
    background: white;
    border-radius: 52px 52px 0 0;
    position: absolute;
    bottom: 0;
}

.custom-card {
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 117px;
    left: -115px;
}

.icon-circle {
    background-color: #e6f0fb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-circle i {
    font-size: 28px;
    color: #1d4ed8;
}

.course-title {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    padding: 0 !important;
}

.course-number {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0 !important;
}

.completion-card {
    position: absolute;
    top: 10%;
    right: 3%;
    background: white;
    padding: 9px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    width: 187px;
    text-align: center;
    z-index: 15;
}

.completion-percentage {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: -3px;
}

.start-demo p {
    color: #000000;
    padding: 0;
    font-size: 14px;
    margin: 0;
}

.fit-content {
    width: fit-content;
}

.start-demo {
    margin: 50px 0;
}

.accordion-button.custom-active {
    background-color: #0147C0;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 30px 15px 5px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.accordion-button.custom-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.accordion-button.custom-active:hover::before {
    transform: translateX(100%);
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-body.active-body {
    background-color: #0147C0;
    color: white;
    border-radius: 0 0 10px 10px;
    padding: 0 15px 25px 0;
    font-size: 16px;
    padding-left: 50px;
}

.accordion-button::after {
    color: black;
}

.accordion-button.custom-active::after {
    color: white;
}

.accordion-item {
    border: 1px solid #D9D9D9;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), #e6f4ff);
    border-radius: 10px;
    margin-bottom: 15px;
}

.accordion-button:not(.custom-active) {
    background: transparent;
    color: #222;
    font-weight: 500;
    padding: 1rem;
}

.left-panel {
    max-width: 400px;
}

.right-panel img {
    width: 100%;
    border-radius: 10px;
    max-height: 350px;
    object-fit: contain;
}

.icon-circle {
    margin-right: 10px;
}

/* Marquee Container Styles */
.marquee-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
    width: max-content;
    gap: 0;
}

.marquee-item {
    display: inline-block;
    white-space: normal;
    /* margin-right: 20px; */
    vertical-align: top;
    width: 300px;
    min-width: 300px;
}

.marquee-item .card {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: #ffffff;
    overflow: hidden;
}

.marquee-item .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.marquee-item .card-img-top {
    height: 180px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    width: 100%;
}

.marquee-item .card-body {
    height: 160px;
    overflow: hidden;
    padding: 16px 0px;
    background: #ffffff;
}

.marquee-item .card-title {
    font-size: 18px;
    font-weight: 600 !important;
    margin-bottom: 8px;
    color: #181818;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marquee-item .card-text {
    color: #474747;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Marquee Animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.marquee-container:hover .marquee-track {
    animation-play-state: paused;
}

/* Responsive styles */
@media (max-width: 768px) {
    .marquee-item {
        width: 250px;
        min-width: 250px;
        margin-right: 15px;
    }

    .marquee-track {
        animation-duration: 30s;
    }

    .marquee-item .card-img-top {
        height: 140px;
    }

    .marquee-item .card-body {
        height: 140px;
        padding: 14px 16px;
    }

    .marquee-item .card-title {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .marquee-item .card-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .marquee-item {
        width: 200px;
        min-width: 200px;
        margin-right: 10px;
    }

    .marquee-track {
        animation-duration: 25s;
    }

    .marquee-item .card-img-top {
        height: 110px;
    }

    .marquee-item .card-body {
        height: 120px;
        padding: 12px 14px;
    }

    .marquee-item .card-title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .marquee-item .card-text {
        font-size: 11px;
    }
}

.slider-wrapper {
    position: relative;
}

.scrolling-wrapper {
    overflow: hidden;
    width: 100%;
}

.scrolling-content {
    display: flex;
    transition: transform 0.4s ease;
    gap: 16px;
}

.card {
    flex: 0 0 auto;
    min-width: 280px;
    max-width: 320px;
    padding: 16px;
    margin: 0 0 35px 0;
}

.card img {
    height: 200px;
    object-fit: cover;
}

.card-body {
    height: 220px;
    overflow: hidden;
}

.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: #0147C0;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-btn:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 15px rgba(1, 71, 192, 0.3);
    background: #01B9FF;
}

.slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-left {
    left: -40px;
    display: none;
}

.slider-right {
    right: -40px;
}

@media (max-width: 768px) {
    .card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.shadow {
    box-shadow: 0 .5rem 1rem rgb(98 98 98 / 15%) !important;
}

.testimonial-section h2 {
    font-weight: 700;
    font-size: 2.5rem;
}

.testimonial-section-p {
    font-size: 1rem;
    color: #333;
    width: 57%;
}

.slider-container {
    position: relative;
    overflow: hidden;
}

.testimonial-slider {
    display: flex;
    gap: 24px;
    transition: transform 0.6s ease-in-out;
    /* allow height to grow based on cards */
    height: auto;
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    transition: all 0.4s ease-in-out;
    opacity: 0.6;
    transform: scale(0.9);
}

.testimonial-card.active {
    transform: scale(1.10);
    opacity: 1;
    box-shadow: 0 10px 30px rgb(151 211 255);
}

.testimonial-card.next {
    transform: scale(0.95);
    opacity: 0.8;
}

.testimonial-card.next-next {
    transform: scale(0.9);
    opacity: 0.5;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-header img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.testimonial-header h6 {
    font-weight: 700;
    margin: 0;
}

.testimonial-header .designation {
    color: #4b3cf5;
    font-weight: 500;
    font-size: 0.9rem;
}

.testimonial-nav {
    position: absolute;
    top: 10%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.testimonial-nav button {
    background: #0147C0;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.25rem;
    cursor: pointer;
}

@media (min-width: 768px) {
    .testimonial-card {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        height: fit-content;
        margin: 50px 0 0 50px;
    }
}

@media (max-width: 767px) {
    .testimonial-slider {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .testimonial-card {
        scroll-snap-align: start;
        min-width: 85%;
    }
}

.testimonial-section-wide {
    background: linear-gradient(180deg, #E8F7FF 0%, #EAF6FF 60%, #FFFFFF 100%);
    padding: 80px 0;
}

.testimonial-section h2 {
    font-weight: 800;
    font-size: 56px;
    line-height: 1.1;
    color: #2d3748;
}

.testimonial-arrow-icon {
    position: absolute;
    left: 360px;
    top: 80px;
    width: 120px;
}

/* New Testimonial Container */
.testimonial-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}

.testimonial-slider {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    justify-content: center;
}

.testimonial-card {
    flex: 0 0 350px;
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 0.7;
    transform: scale(0.95);
}

.testimonial-card.active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 3px solid #e2e8f0;
}

.testimonial-header h6 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #2d3748;
    line-height: 1.2;
}

.testimonial-header .designation {
    color: #718096;
    font-weight: 500;
    font-size: 14px;
    display: block !important;
    margin-top: 2px;
}

.testimonial-card p {
    color: #4a5568;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Navigation Controls */
.testimonial-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 20px;
}

/* Swiper Testimonial Styles */
.testimonialSwiper {
    padding: 40px 0 60px 0;
    overflow: visible;
}

.testimonialSwiper .swiper-slide {
    transition: all 0.35s ease;
    opacity: 0.9;
    transform: scale(1);
}

.testimonialSwiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.24);
    z-index: 2;
}

.testimonialSwiper .swiper-slide-prev,
.testimonialSwiper .swiper-slide-next {
    opacity: 0.9;
    transform: scale(1);
}

.testimonialSwiper .testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    height: 100%;
    min-height: 320px;
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
    opacity: 1;
    transform: scale(1);
}

.testimonialSwiper .swiper-slide-active .testimonial-card {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    border-color: #0147C0;
}

/* Swiper Navigation Buttons */
.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.3s ease;
    position: absolute;
    top: auto;
    bottom: -60px;
    transform: none;
    margin: 0;
}

.testimonialSwiper .swiper-button-next:hover,
.testimonialSwiper .swiper-button-prev:hover {
    transform: scale(1.08);
}

.testimonialSwiper .swiper-button-next {
    left: calc(50% + 30px);
    right: auto;
    background: #ffffff;
    color: #0EA5E9;
    border: 2px solid #0EA5E9;
}

.testimonialSwiper .swiper-button-prev {
    left: calc(50% - 78px);
    right: auto;
    background: linear-gradient(263deg, #0147C0 -25.96%, #01B9FF 103.21%);
    color: #ffffff;
    border: none;
}

/* Active state: whichever button is interacted with becomes gradient */
.testimonialSwiper .swiper-button-next:active,
.testimonialSwiper .swiper-button-prev:active,
.testimonialSwiper .swiper-button-next.is-active,
.testimonialSwiper .swiper-button-prev.is-active,
.testimonialSwiper .swiper-button-next:focus-visible,
.testimonialSwiper .swiper-button-prev:focus-visible {
    background: linear-gradient(263deg, #0147C0 -25.96%, #01B9FF 103.21%);
    color: #ffffff;
    border: none;
    outline: none;
}

.testimonialSwiper .swiper-button-next::after,
.testimonialSwiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}

/* Swiper Pagination */
.testimonialSwiper .swiper-pagination {
    display: none;
}

.testimonialSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d1d5db;
    opacity: 1;
    transition: all 0.3s ease;
}

.testimonialSwiper .swiper-pagination-bullet-active {
    background: #0147C0;
    transform: scale(1.2);
}

/* Responsive helpers (non-visual changes) */
img,
svg {
    max-width: 100%;
    height: auto;
}

/* Prevent columns from causing horizontal overflow on smaller screens */
.row>* {
    min-width: 0;
}

/* Ensure long words/URLs wrap instead of overflowing */
.testimonial-card p {
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

/* Avoid accidental horizontal scrollbars */
html,
body {
    overflow-x: hidden;
}

/* Swiper Testimonial Responsive Styles */
@media (max-width: 991.98px) {
    .testimonialSwiper .swiper-slide {
        opacity: 0.8;
        transform: scale(0.92);
    }

    .testimonialSwiper .swiper-slide-active {
        transform: scale(1.02);
    }

    .testimonialSwiper .testimonial-card {
        padding: 35px;
        min-height: 300px;
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }

    .testimonialSwiper .swiper-button-next,
    .testimonialSwiper .swiper-button-prev {
        width: 50px;
        height: 50px;
        bottom: -50px;
    }

    .testimonialSwiper .swiper-button-next {
        left: calc(50% + 25px);
        right: auto;
    }

    .testimonialSwiper .swiper-button-prev {
        left: calc(50% - 69px);
        right: auto;
    }
}

@media (max-width: 768px) {
    .testimonialSwiper .swiper-slide {
        opacity: 0.9;
        transform: scale(0.95);
    }

    .testimonialSwiper .swiper-slide-active {
        transform: scale(1);
    }

    .testimonialSwiper .testimonial-card {
        padding: 30px;
        min-height: 280px;
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }

    .testimonialSwiper .swiper-button-next,
    .testimonialSwiper .swiper-button-prev {
        width: 46px;
        height: 46px;
        bottom: -45px;
    }

    .testimonialSwiper .swiper-button-next {
        left: calc(50% + 20px);
        right: auto;
    }

    .testimonialSwiper .swiper-button-prev {
        left: calc(50% - 60px);
        right: auto;
    }

    .testimonialSwiper .swiper-button-next::after,
    .testimonialSwiper .swiper-button-prev::after {
        font-size: 16px;
    }
}

.nav-btn-primary {
    background: #0147C0;
    color: white;
}

.nav-btn-primary:hover {
    background: #0139a0;
    transform: scale(1.05);
}

.nav-btn-outline {
    background: white;
    color: #0147C0;
    border: 2px solid #0147C0;
}

.nav-btn-outline:hover {
    background: #0147C0;
    color: white;
    transform: scale(1.05);
}

.btn-nav {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    font-size: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-nav-primary {
    background: var(--Button-Color, linear-gradient(263deg, #0147C0 -25.96%, #01B9FF 103.21%));
    color: #fff;
}

.btn-nav-outline {
    background: #fff;
    color: #0EA5E9;
    box-shadow: 0 0 0 2px #0EA5E9 inset;
}

@media (max-width: 991.98px) {
    .testimonial-section h2 {
        font-size: 40px;
    }

    .testimonial-arrow-icon {
        display: none;
    }

    .testimonial-container {
        padding: 30px 20px;
    }

    .testimonial-slider {
        gap: 20px;
    }

    .testimonial-card {
        flex: 0 0 320px;
        padding: 25px;
    }

    .testimonial-header img {
        width: 50px;
        height: 50px;
    }

    .testimonial-header h6 {
        font-size: 16px;
    }

    .testimonial-card p {
        font-size: 14px;
    }
}

.m-9 {
    margin: 9px 0 0 0;
    background-color: #0147C0;
    border: 1px solid #0147C0;
}

.footer-brand img {
    width: 50%;
}

.icon-footer {
    margin: 0 15px 0 0;
}

.step-badge {
    background: #FFF3DE;
    color: #3B3B3B;
    padding: 10px 16px;
    border-radius: 7px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #F1C40F;
}

.timeline {
    position: relative;
}

/* Timeline center line with two nodes (top & bottom) */
.timeline::before {
    content: '';
    position: absolute;
    top: 200px;
    /* lowered start position */
    bottom: 0;
    /* ends at bottom circle center */
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: #2A66FF;
    /* solid blue line */
    border-radius: 2px;
    z-index: 1;
}

/* Top node on first step */
.timeline .timeline-step:first-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    background: #fff;
    border: 6px solid #18A0FB;
    border-radius: 50%;
    z-index: 2;
}

/* Bottom node at end of timeline */
.timeline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 34px;
    height: 34px;
    background: #fff;
    border: 6px solid #18A0FB;
    border-radius: 50%;
    z-index: 2;
}

/* Hide old per-step nodes */
.timeline .timeline-circle,
.timeline .timeline-circle-1 {
    display: none !important;
}

.timeline-step {
    position: relative;
    margin: 60px 0 150px 0;

}

.timeline-circle,
.timeline-circle-1 {
    position: absolute;
    top: 0%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    background-color: white;
    border: 6px solid #2A66FF;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.5s ease-in-out;
}

.timeline-circle {
    left: 100%;
}

.timeline-circle-1 {
    left: 0%;
}

.circle-active {
    background-color: #2A66FF;
    transform: translate(-50%, -50%) scale(1.3);

}

.step-content {
    z-index: 2;
}


@media (max-width: 767.98px) {
    .timeline::before {
        left: 20px;
        transform: none;
    }

    .timeline-circle,
    .timeline-circle-1 {
        left: 20px;
        transform: translateY(-50%);
    }
}

.step-content-se {
    padding: 0 0 0 150px;
}

/* FAQ Section Styles */
#faq-tabs {
    padding: 8px;
    border-radius: 12px;
    display: inline-flex;
    border: 1px solid #E1E0E099;
}

#faq-tabs .nav-link {
    border: none;
    background: transparent;
    color: #666666;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 32px;
    border-radius: 12px;
    transition: all 0.3s ease;
    margin: 0 4px;
    position: relative;
}

#faq-tabs .nav-link.active {
    background: linear-gradient(135deg, #0147C0 0%, #0056e6 50%, #0077ff 100%);
    color: #ffffff;
    transform: translateY(-1px);
    border-radius: 12px !important;
}



/* Accordion Styles for FAQ */
#faq-tab-content .accordion-item {
    border: 1px solid #E1E0E099;
    margin-bottom: 12px;
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

#faq-tab-content .accordion-button {
    border: 1px solid #E1E0E099;
    background: linear-gradient(134.15deg, #FFFFFF 24.63%, #0594E0 581.92%);
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    box-shadow: none;
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

#faq-tab-content .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, #e8f4ff 0%, #f0f8ff 100%);
    color: #0147C0;
    box-shadow: none;
    border-radius: 6px 6px 0 0 !important;
}


#faq-tab-content .accordion-button::after {
    display: none;
}

#faq-tab-content .accordion-body {
    background: linear-gradient(135deg, #e8f4ff 0%, #f0f8ff 100%);
    padding: 20px 24px;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    transition: all 0.3s ease;
    transform-origin: top;
}

/* Plus/Minus Icons */
#faq-tab-content .accordion-button span {
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
}

#faq-tab-content .accordion-button:not(.collapsed) span {
    color: #0147C0;
}

/* Hover effects */
#faq-tab-content .accordion-button:hover {
    background: linear-gradient(135deg, #f0f8ff 0%, #e8f4ff 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Prevent accordion button horizontal movement on hover */
.accordion-button:hover {
    transform: translateX(0px);
}

/* Contact Page Styles */
.contact-section {
    min-height: calc(100vh - 80px);
    padding-top: 140px;
}

.contact-form-card {
    /* background: white; */
    /* border-radius: 20px; */
    padding: 2.5rem;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    border: 1px solid rgba(1, 71, 192, 0.1);
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    background: linear-gradient(178deg, #FFF 24.36%, rgba(5, 148, 224, .7) 585.79%);
}

.contact-form-card .form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: #ffffff;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #0147C0;
    box-shadow: 0 0 0 0.2rem rgba(1, 71, 192, 0.25);
    background-color: white;
}

.contact-form-card textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.contact-submit-btn {
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
    float: right;
}

.contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(1, 71, 192, 0.3);
    background: linear-gradient(135deg, #013a9e 0%, #0198d4 100%);
}

.contact-image-container {
    position: relative;
    padding: 0;
}

.contact-image {
    width: 92%;
}

/* FAQ Section Styles for Contact Page */


.faq-section .nav-pills {
    gap: 1rem;
}

.faq-section .nav-pills .nav-link {
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    color: #6c757d;
    background-color: white;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.faq-section .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    color: white;
    border-color: #0147C0;
    box-shadow: 0 4px 15px rgba(1, 71, 192, 0.3);
}

.faq-section .nav-pills .nav-link:hover:not(.active) {
    border-color: #0147C0;
    color: #0147C0;
    transform: translateY(-1px);
}

/* Responsive adjustments for contact page */
@media (max-width: 991.98px) {
    .contact-section {
        min-height: auto;
        padding: 3rem 0;
        padding-top: 140px;
    }

    .contact-form-card {
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .contact-image-container {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .contact-form-card {
        padding: 1.5rem;
    }

    .contact-submit-btn {
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }

    .faq-section .nav-pills .nav-link {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }
}



/* Responsive adjustments */
@media (max-width: 768px) {
    #faq-tabs .nav-link {
        padding: 8px 16px;
        font-size: 14px;
    }

    #faq-tab-content .accordion-button {
        padding: 16px 20px;
        font-size: 14px;
    }

    #faq-tab-content .accordion-body {
        padding: 16px 20px;
        font-size: 13px;
    }
}

/* Footer Section Styles */
.footer-section {
    background: #10151B;
    color: #ffffff;
}

.footer-logo {
    height: 40px;
    width: auto;
}

.footer-brand h5 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 18px;
}

.contact-info p {
    line-height: 1.4;
    font-size: 14px;
}

.footer-section h6 {
    color: #96B7FF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
}

.footer-section .text-white-50 {
    color: var(--White-White-90, #CFD3D7);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.footer-section ul li a {
    font-size: 14px;
    line-height: 1.6;
}



.newsletter-input {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 12px 15px;
    color: #333;
}

.newsletter-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(1, 71, 192, 0.25);
    border-color: #0147C0;
    outline: none;
}

.newsletter-input::placeholder {
    color: #999;
    font-size: 13px;
}

.newsletter-form label {
    font-size: 13px;
    font-weight: 500;
}

.newsletter-btn {
    background: linear-gradient(263deg, #0147C0 -25.96%, #01B9FF 103.21%);
    border: none;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: white;
    font-size: 13px;
    width: auto;
    display: inline-block;
}

.newsletter-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 71, 192, 0.3);
    background: linear-gradient(263deg, #0139a0 -25.96%, #0199e6 103.21%);
}

.footer-section a:hover {
    color: #0147C0 !important;
    text-decoration: none;
}

.footer-section .text-primary {
    color: #0147C0 !important;
}

.footer-section .text-white-50 {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Responsive adjustments for footer */
@media (max-width: 768px) {
    .footer-section {
        text-align: center;
    }

    .contact-info .d-flex {
        justify-content: center;
    }

    .newsletter-form {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Certification Logos Styles */
.footer-badges {
    row-gap: 1rem;
}

.certification-logo {
    height: 40px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    filter: brightness(1.05);
}

.certification-logo:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .certification-logo {
        height: 36px;
    }
}

@media (max-width: 576px) {
    .certification-logo {
        height: 32px;
    }
}

/* Timeline Section Styles */
.timeline-section {
    background: #fff;
    position: relative;
}

.timeline-vertical-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: #2196f3;
    border-radius: 2px;
    transform: translateX(-50%);
    z-index: 0;
}

.timeline-step-label {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 6px 18px;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
}

.timeline-img {
    width: 90%;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    border: 2px solid #2196f3;
    margin: 0 auto;
    display: block;
}

.timeline-desc {
    color: #555;
    font-size: 1rem;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .timeline-vertical-line {
        display: none;
    }

    .timeline-section {
        padding: 2rem 0;
    }

    .timeline-img {
        width: 100%;
    }

    .row.align-items-center {
        text-align: left !important;
    }
}

.m-80 {

    margin: 0 0 0 80px;
}

/* Emphasis for center-active testimonial */
.testimonial-section .testimonial-card {
    opacity: .6;
    transform: scale(.96);
    transition: all .35s ease;
}

.testimonial-section .testimonial-card.active {
    opacity: 1;
    transform: scale(1.02);
    box-shadow: 0 12px 30px rgba(30, 144, 255, .18);
}

/* Testimonials: Responsive slider with all 6 items visible */
.testimonial-section .slider-container {
    overflow: hidden;
    position: relative;
}

.testimonial-section .slider-container .testimonial-slider {
    gap: 24px;
    transition: transform 0.5s ease;
    width: 100%;
}

/* Desktop: 3 cards visible */
@media (min-width: 992px) {
    .testimonial-section .slider-container .testimonial-card {
        flex: 0 0 calc(33.333% - 16px) !important;
        max-width: calc(33.333% - 16px) !important;
        margin: 0 !important;
        opacity: 0.75;
        transform: scale(0.96);
        transition: transform .35s ease, opacity .35s ease;
    }

    .testimonial-section .slider-container .testimonial-card.active {
        opacity: 1;
        transform: scale(1.06);
    }
}

/* Tablet: 2 cards visible */
@media (min-width: 768px) and (max-width: 991.98px) {
    .testimonial-section .slider-container .testimonial-card {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
        margin: 0 !important;
        opacity: 0.75;
        transform: scale(0.96);
        transition: transform .35s ease, opacity .35s ease;
    }

    .testimonial-section .slider-container .testimonial-card.active {
        opacity: 1;
        transform: scale(1.06);
    }
}

/* Mobile: 1 card visible */
@media (max-width: 767.98px) {
    .testimonial-section .slider-container .testimonial-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        opacity: 1;
        transform: none;
    }
}

/* Uniform min-height for testimonial cards */
.testimonial-section .slider-container .testimonial-card {
    min-height: 280px;
}

@media (max-width: 991.98px) {
    .testimonial-section .slider-container .testimonial-card {
        min-height: 260px;
    }
}

/* Step Illustration */
.step-illustration {
    width: 100%;
    border-radius: 12px;
    border: 3px solid #1DA1F2;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.step-content h6,
.step-content-se h6 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 16px;
}

.step-content p,
.step-content-se p {
    color: #475569;
    font-size: 14px;
}

/* Timeline image styling to match design */
.img-fluid-1 img{
    width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.mr-80 {
    margin-right: 80px;
}

.mrgn-lft-20 {
    margin: 0 0 0 50px;
}

.mrgn-rgt-20 {
    margin: 0 50px 0 0;
}

/* Step text styles */
.step-content h5,
.step-content-se h5 {
    font-weight: 700;
    font-size: 18px;
    color: #0F172A;
    margin: 16px 0 10px;
}

.step-content p,
.step-content-se p {
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Show only two timeline center dots (steps 1 and 3) */
.timeline .timeline-step .timeline-circle,
.timeline .timeline-step .timeline-circle-1 {
    display: none;
}

.timeline .timeline-step:nth-of-type(1) .timeline-circle,
.timeline .timeline-step:nth-of-type(1) .timeline-circle-1,
.timeline .timeline-step:nth-of-type(3) .timeline-circle,
.timeline .timeline-step:nth-of-type(3) .timeline-circle-1 {
    display: block;
}

/* Avatar row scroll animation */
.avatar-row {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .6s ease, transform .6s ease;
}

.avatar-row.animate {
    opacity: 1;
    transform: none;
}

@keyframes avatarPop {
    from {
        transform: scale(.6);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.avatar-row.animate .avatar {
    animation: avatarPop .8s ease-out forwards;
}

.avatar-row.animate .avatar:nth-child(1) {
    animation-delay: .0s;
}

.avatar-row.animate .avatar:nth-child(2) {
    animation-delay: .1s;
}

.avatar-row.animate .avatar:nth-child(3) {
    animation-delay: .2s;
}

.avatar-row.animate .avatar:nth-child(4) {
    animation-delay: .3s;
}

.avatar-row.animate .avatar:nth-child(5) {
    animation-delay: .4s;
}

/* ===== ANIMATIONS AND TRANSITIONS ===== */

/* Fade In Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide In From Left */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Slide In From Right */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scale In Animation */
@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Bounce Animation */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Pulse Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* Shake Animation */
@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-5px);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}

/* Rotate Animation */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Gradient Animation */
@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Typing Animation */
@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Blink Animation */
@keyframes blink {

    0%,
    50% {
        opacity: 1;
    }

    51%,
    100% {
        opacity: 0;
    }
}

/* ===== ANIMATION CLASSES ===== */

.animate-fade-in {
    animation: fadeIn 0.8s ease-out forwards;
}

.animate-slide-left {
    animation: slideInLeft 0.8s ease-out forwards;
}

.animate-slide-right {
    animation: slideInRight 0.8s ease-out forwards;
}

.animate-scale-in {
    animation: scaleIn 0.6s ease-out forwards;
}

.animate-bounce {
    animation: bounce 1s ease-in-out;
}

.animate-pulse {
    animation: pulse 2s ease-in-out infinite;
}

.animate-shake {
    animation: shake 0.5s ease-in-out;
}

.animate-rotate {
    animation: rotate 2s linear infinite;
}

.animate-gradient {
    background: linear-gradient(-45deg, #0147C0, #01B9FF, #0147C0, #01B9FF);
    background-size: 400% 400%;
    animation: gradientShift 3s ease infinite;
}

/* Staggered animations for multiple elements */
.animate-stagger-1 {
    animation-delay: 0.1s;
}

.animate-stagger-2 {
    animation-delay: 0.2s;
}

.animate-stagger-3 {
    animation-delay: 0.3s;
}

.animate-stagger-4 {
    animation-delay: 0.4s;
}

.animate-stagger-5 {
    animation-delay: 0.5s;
}

.animate-stagger-6 {
    animation-delay: 0.6s;
}

/* Hover animations */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hover-scale {
    transition: transform 0.3s ease;
}

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

.hover-glow {
    transition: box-shadow 0.3s ease;
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(1, 71, 192, 0.3);
}

/* ===== RESPONSIVE DESIGN IMPROVEMENTS ===== */

/* Base responsive improvements */
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

/* Mobile First Approach - Base styles for mobile */
@media (max-width: 767.98px) {

    /* Typography scaling for mobile */
    .hero-text {
        font-size: 36px !important;
        line-height: 42px !important;
        text-align: left !important;
    }

    .hero-subtext {
        font-size: 18px !important;
        line-height: 1.4 !important;
        width: 100% !important;
        text-align: left !important;
        margin-top: 15px !important;
    }

    .section-title {
        font-size: 28px !important;
        line-height: 34px !important;
        margin: 30px 0 0 0 !important;
    }

    .section-subtitle {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .start-demo h2 {
        font-size: 28px !important;
        line-height: 32px !important;
        text-align: center;
    }

    .testimonial-section h2 {
        font-size: 32px !important;
        line-height: 38px !important;
        text-align: center;
    }

    /* Navigation improvements for mobile */
    .navbar-nav .nav-link {
        font-size: 16px !important;
        padding: 12px 20px !important;
        text-align: center;
    }

    /* Mobile navbar collapse improvements */
    .navbar-collapse {
        text-align: center;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(15px);
        border-radius: 0 0 15px 15px;
        box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
        margin-top: 10px;
        padding: 20px 0;
    }

    .navbar-collapse .language-switcher {
        margin: 15px auto !important;
        display: block !important;
        width: fit-content;
        text-align: center;
    }

    /* Ensure language switcher is properly positioned in mobile menu */
    .navbar-collapse.show .language-switcher {
        display: block !important;
    }

    /* Mobile navbar overlay improvements */
    .navbar.fixed-top .navbar-toggler {
        border: none;
        padding: 0;
    }

    .navbar.fixed-top .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar.fixed-top .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .btn-top {
        margin: 10px auto !important;
        display: block !important;
        width: fit-content;
    }

    .language-switcher {
        margin: 10px auto !important;
        display: block !important;
        width: fit-content;
        text-align: center;
        order: 1;
    }

    .language-switcher .dropdown-menu {
        min-width: 160px;
        margin: 0 auto;
        position: static !important;
        transform: none !important;
        width: 100%;
        text-align: center;
    }

    /* Hero section mobile improvements */
    .hero-section {
        padding: 120px 0 !important;
        text-align: left !important;
        margin-top: 0;
        min-height: 100vh;
        display: flex !important;
        align-items: center !important;
    }

    .banner-btn {
        padding: 12px 30px !important;
        font-size: 16px !important;
        margin: 20px auto !important;
        display: block !important;
        width: fit-content;
    }

    /* Feature cards mobile improvements */
    .feature-card {
        padding: 20px !important;
        margin-bottom: 20px !important;
    }

    .feature-icon {
        width: 40px !important;
        height: 40px !important;
    }

    /* Demo section mobile improvements */
    .start-demo {
        margin: 30px 0 !important;
        text-align: center;
    }

    .demo-im {
        margin-top: 30px !important;
    }

    .community-card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 20px auto !important;
    }

    .completion-card {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 20px auto !important;
    }

    .custom-card {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 280px !important;
        margin: 20px auto !important;
    }

    /* Accordion mobile improvements */
    .left-panel {
        max-width: 100% !important;
        margin-bottom: 30px !important;
    }

    .right-panel {
        text-align: center;
    }

    .accordion-button {
        padding: 15px !important;
        font-size: 14px !important;
    }

    .accordion-button.custom-active {
        padding: 20px 15px 10px 20px !important;
    }

    .accordion-body.active-body {
        padding: 0 15px 20px 30px !important;
        font-size: 14px !important;
    }

    /* Slider mobile improvements */
    .slider-wrapper {
        padding: 0 20px !important;
    }

    .slider-btn {
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
    }

    .slider-left {
        left: -10px !important;
    }

    .slider-right {
        right: -10px !important;
    }

    /* Testimonials mobile improvements */
    .testimonial-section-wide {
        padding: 40px 0 !important;
    }

    .testimonial-section {
        padding: 30px 0 !important;
    }

    .testimonial-arrow-icon {
        display: none !important;
    }

    .testimonial-card {
        padding: 20px !important;
        min-height: auto !important;
    }

    .testimonial-header img {
        width: 40px !important;
        height: 40px !important;
    }

    /* Timeline mobile improvements */
    .timeline-step {
        margin: 40px 0 80px 0 !important;
    }

    .mrgn-lft-20,
    .mrgn-rgt-20 {
        margin: 0 !important;
    }

    .step-content {
        text-align: center;
        margin-bottom: 30px !important;
    }

    /* FAQ mobile improvements */
    #faq-tabs {
        flex-direction: column !important;
        gap: 10px !important;
    }

    #faq-tabs .nav-link {
        padding: 10px 20px !important;
        font-size: 14px !important;
        margin: 0 !important;
    }

    #faq-tab-content .accordion-button {
        padding: 15px 20px !important;
        font-size: 14px !important;
    }

    #faq-tab-content .accordion-body {
        padding: 15px 20px !important;
        font-size: 13px !important;
    }

    /* Footer mobile improvements */
    .footer-section {
        text-align: center !important;
        padding: 40px 0 !important;
    }

    .footer-section .col-lg-3 {
        margin-bottom: 30px !important;
    }

    .contact-info .d-flex {
        justify-content: center !important;
        text-align: center !important;
    }

    .newsletter-form {
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .newsletter-btn {
        width: 100% !important;
        margin-top: 10px !important;
    }
}

/* Tablet improvements */
@media (min-width: 768px) and (max-width: 991.98px) {

    /* Typography scaling for tablet */
    .hero-text {
        font-size: 48px !important;
        line-height: 54px !important;
    }

    .hero-subtext {
        font-size: 20px !important;
        line-height: 26px !important;
        width: 80% !important;
    }

    .section-title {
        font-size: 36px !important;
        line-height: 42px !important;
    }

    .section-subtitle {
        font-size: 16px !important;
    }

    .start-demo h2 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .testimonial-section h2 {
        font-size: 40px !important;
        line-height: 46px !important;
    }

    /* Navigation tablet improvements */
    .navbar-nav .nav-link {
        font-size: 16px !important;
        padding: 12px 25px !important;
    }

    /* Hero section tablet improvements */
    .hero-section {
        padding: 120px 0 !important;
    }

    /* Feature cards tablet improvements */
    .feature-card {
        padding: 25px !important;
    }

    /* Demo section tablet improvements */
    .community-card {
        left: -10% !important;
        width: 160px !important;
    }

    .completion-card {
        right: 5% !important;
        width: 160px !important;
    }

    .custom-card {
        left: -80px !important;
        width: 200px !important;
    }

    /* Accordion tablet improvements */
    .left-panel {
        max-width: 350px !important;
    }

    /* Slider tablet improvements */
    .card {
        flex: 0 0 50% !important;
        max-width: 48% !important;
    }

    /* Testimonials tablet improvements */
    .testimonial-card {
        flex: 0 0 50% !important;
        max-width: 48% !important;
    }

    .testimonial-arrow-icon {
        left: 280px !important;
        width: 80px !important;
    }

    /* Timeline tablet improvements */
    .mrgn-lft-20 {
        margin: 0 0 0 30px !important;
    }

    .mrgn-rgt-20 {
        margin: 0 30px 0 0 !important;
    }

    /* FAQ tablet improvements */
    #faq-tabs .nav-link {
        padding: 10px 24px !important;
        font-size: 15px !important;
    }
}

/* Desktop improvements */
@media (min-width: 992px) {

    /* Ensure proper spacing and layout for desktop */
    .container {
        max-width: 1200px;
    }

    .hero-text {
        font-size: 72px;
        line-height: 80px;
    }

    .hero-subtext {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }

    .section-title {
        font-size: 48px;
        line-height: 120%;
    }

    .start-demo h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .testimonial-section h2 {
        font-size: 56px;
        line-height: 1.1;
    }

    /* Ensure proper card layouts */
    .card {
        flex: 0 0 25%;
        max-width: 24%;
    }

    .testimonial-card {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

/* Large desktop improvements */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }

    .hero-text {
        font-size: 72px;
        line-height: 80px;
    }

    .hero-subtext {
        font-size: 26px;
        line-height: 40px;
    }
}

/* Landscape mobile improvements */
@media (max-width: 767.98px) and (orientation: landscape) {
    .hero-section {
        padding: 60px 0 !important;
    }

    .hero-text {
        font-size: 32px !important;
        line-height: 38px !important;
    }

    .hero-subtext {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .feature-icon,
    .footer-logo,
    .testimonial-header img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print styles */
@media print {

    .hero-section,
    .slider-btn,
    .testimonial-bottom-nav,
    .newsletter-form {
        display: none !important;
    }

    .section-title,
    .start-demo h2,
    .testimonial-section h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .feature-card {
        break-inside: avoid;
        margin-bottom: 20px !important;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Additional animation enhancements */
.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

.nav-link {
    position: relative;
    transition: color 0.3s ease;
}

/* .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #0147C0;
    transition: all 0.3s ease;
    transform: translateX(-50%);
} */


.nav-link:hover::after,
.nav-link.active::after {
    width: auto;
}

/* Floating animation for demo cards */
@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.community-card,
.completion-card,
.custom-card {
    animation: float 3s ease-in-out infinite;
}

.community-card {
    animation-delay: 0s;
}

.completion-card {
    animation-delay: 1s;
}

.custom-card {
    animation-delay: 2s;
}

/* Progress bar animation */
@keyframes progressFill {
    from {
        width: 0%;
    }

    to {
        width: 87.6%;
    }
}

.completion-circle {
    animation: progressFill 2s ease-out 1s forwards;
}

/* Testimonial card hover effects */
.testimonial-card {
    transition: all 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* FAQ accordion animations */
.accordion-button {
    transition: all 0.3s ease;
}

.accordion-button:hover {
    transform: translateX(0px);
    color: #43bbfc;
}

.accordion-body {
    transition: all 0.3s ease;
}

/* Timeline step animations */
.step-content {
    transition: all 0.3s ease;
}

.step-content:hover {
    transform: translateY(-5px);
}

.step-badge {
    transition: all 0.3s ease;
}



/* Footer animations */
.footer-section a {
    transition: all 0.3s ease;
}

.footer-section a:hover {
    transform: translateX(5px);
}

/* Loading animation for images */
@keyframes imageLoad {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

img {
    animation: imageLoad 0.5s ease-out;
}



/* Ripple effect for buttons */
.btn {
    position: relative;
    overflow: hidden;
}

.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}

@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Focus improvements for accessibility */

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Container improvements */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Utility classes for responsive spacing */
@media (max-width: 767.98px) {
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .my-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mb-5 {
        margin-bottom: 3rem !important;
    }

    .mt-5 {
        margin-top: 3rem !important;
    }
}

/* Fix for Bootstrap grid issues */
.row {
    margin-left: -15px!important;
    margin-right: -15px!important;;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    padding-left: 15px;
    padding-right: 15px;
}

/* Ensure proper image scaling */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fluid-1 img{
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

/* Fix for overflow issues */
body {
    overflow-x: hidden;
}

.slider-wrapper,
.testimonial-slider,
.scrolling-content {
    overflow-x: hidden;
}

/* Ensure proper button sizing */
.btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

@media (max-width: 767.98px) {
    .btn {
        white-space: normal;
        word-wrap: break-word;
    }

    .timeline::before {
        display: none;
    }

    .timeline::after {
        display: none;
    }

    .timeline .timeline-step:first-of-type::before {
        display: none;
    }
}

/* ===== ONBOARDING PAGE SPECIFIC STYLES ===== */
.customer-hero-section {
    background: url('/assets/images/Customer-Training.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.customer-hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.customer-hero-section .container {
    position: relative;
    z-index: 2;
}

.customer-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}



/* Onboarding Hero Section */
.employee-hero-section {
    background: url('../images/Employee-Training.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.employee-hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.employee-hero-section .container {
    position: relative;
    z-index: 2;
}

.employee-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}



.compliance-hero-section {
    background: url('../../../../../wp-content/uploads/2026/01/Compliance-Training-Banner.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.compliance-hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.compliance-hero-section .container {
    position: relative;
    z-index: 2;
}



.hero-section-animation {
    background: url('../images/animation-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section-animation .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.hero-section-animation .container {
    position: relative;
    z-index: 2;
}

.compliance-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.compliance-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


.onboarding-hero-section {
    background: url('../images/onboarding-banner.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 120px 0 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.onboarding-hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.onboarding-hero-section .container {
    position: relative;
    z-index: 2;
}

.onboarding-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}




@media (min-width: 1200px) {
    .onboarding-hero-title {
        font-size: 72px;
        line-height: 80px;
    }
}

.onboarding-hero-title span {
    color: var(--accent-yellow);
}

.onboarding-hero-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 600px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
}

/* Onboarding Feature Highlights */
.onboarding-feature-highlights {
    padding: 3rem 0;
    background: #ffffff;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}
.employee-training-features-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222222;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}
/* Desktop only styles */
@media (min-width: 769px) {
    .onboarding-feature-highlights {
        padding: 3rem 0 3rem 0;
        background: #ffffff;
        margin-top: -2rem;
        position: relative;
        z-index: 2;
    }
}

.onboarding-feature-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.onboarding-feature-track {
    display: flex;
    gap: 20px;
    animation: marquee 30s linear infinite;
    width: max-content;
}

.onboarding-feature-marquee:hover .onboarding-feature-track {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.onboarding-feature-card {
    display: flex;
    align-items: center;
    background: linear-gradient(188deg, #FFF 28.74%, rgba(5, 148, 224, 1) 662.86%);
    border-radius: 16px;
    padding: 15px 25px;
    min-width: 200px;
    box-shadow: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(204, 204, 204, 0.30);
}

.onboarding-feature-card:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

.onboarding-feature-card-icon {
    margin-right: 1rem;
    flex-shrink: 0;
}

.onboarding-feature-icon-circle {

    position: relative;
}



.onboarding-feature-card-text {
    font-weight: 600;
    color: #333333;
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
}

/* Responsive styles for feature cards */
@media (max-width: 768px) {
    .onboarding-feature-track {
        animation-duration: 20s;
    }

    .onboarding-feature-card {
        min-width: 250px;
        justify-content: center;
    }

    .onboarding-feature-card-icon {
        margin-right: 1rem;
    }

    .onboarding-feature-card-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .onboarding-feature-track {
        animation-duration: 15s;
    }

    .onboarding-feature-card {
        padding: 15px 25px;
        min-width: 200px;
    }

    .onboarding-feature-icon-circle {
        width: 24px;
        height: 24px;
    }

    .onboarding-feature-card-text {
        font-size: 0.95rem;
    }
}

/* Onboarding Main Features Section */
.onboarding-features-section {
    padding: 5rem 0;
    background: #ffffff;
}

.onboarding-features-layout {
    display: flex;
    align-items: center;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.onboarding-features-left {
    flex: 1;
    max-width: 500px;
}

.onboarding-features-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222222;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.onboarding-features-description {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 500px;
}

.onboarding-features-btn {
    display: inline-block;
    background: #007bff;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.onboarding-features-btn:hover {
    background: #0056b3;
    color: #ffffff;
    text-decoration: none;
}

.onboarding-features-right {
    flex: 1;
    position: relative;
}

.onboarding-features-image-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.onboarding-features-background {

    z-index: 1;
}

.onboarding-features-main-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;

}

/* Floating UI Elements */
.onboarding-features-floating-card {
    position: absolute;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.guarantee-card {
    top: 20px;
    right: 20px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 200px;
}

.guarantee-icon {
    width: 24px;
    height: 24px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
}

.guarantee-text {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}

.users-card {
    bottom: 20px;
    right: 20px;
    padding: 16px;
    min-width: 250px;
}

.users-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.users-title {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}

.users-count {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
}

.users-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.user-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info {
    flex: 1;
}

.user-name {
    font-size: 12px;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
}

.user-job {
    font-size: 10px;
    color: #666666;
    line-height: 1.2;
}

/* Responsive styles for features section */
@media (max-width: 768px) {
    .onboarding-features-layout {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .onboarding-features-left {
        max-width: 100%;
    }

    .onboarding-features-heading {
        font-size: 2rem;
    }

    .onboarding-features-image-container {
        height: 400px;
    }

    .guarantee-card {
        top: 10px;
        right: 10px;
        min-width: 180px;
        padding: 10px 12px;
    }

    .users-card {
        bottom: 10px;
        right: 10px;
        min-width: 220px;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .onboarding-features-heading {
        font-size: 1.75rem;
    }

    .onboarding-features-image-container {
        height: 350px;
    }

    .guarantee-card {
        min-width: 160px;
        padding: 8px 10px;
    }

    .guarantee-text {
        font-size: 10px;
    }

    .users-card {
        min-width: 200px;
        padding: 10px;
    }

    .users-title,
    .users-count {
        font-size: 10px;
    }

    .user-name {
        font-size: 10px;
    }

    .user-job {
        font-size: 8px;
    }
}

.onboarding-feature-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
}

.onboarding-feature-text-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.onboarding-feature-text-content p {
    color: var(--light-text);
    margin-bottom: 2rem;
}

.onboarding-feature-image {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Onboarding Benefits Section */
.onboarding-benefits-section {
    padding: 4rem 0;
    background: #ffffff;
}

.onboarding-benefits-header {
    text-align: center;
    margin-bottom: 3rem;
}

.onboarding-benefits-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 1rem;
    font-weight: 400;
}

.onboarding-benefits-title {
    font-size: 48px;
    font-weight: 700;
    color: #222222;
    margin: 0;
    line-height: 1.3;
}

.onboarding-course-bg {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1e73be, #007bff);
    border-radius: 20px;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}

.onboarding-course-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.onboarding-benefits-card {
    border-radius: 16px;
    border: 1px solid rgba(179, 179, 179, 0.25);
    background: #FFF;
    box-shadow: 0 4px 30.1px 0 rgba(0, 0, 0, 0.08);
    padding: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.onboarding-benefits-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.onboarding-benefit-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.onboarding-benefit-number {
    text-align: center;
    font-family: Poppins;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #007bff;

}

.onboarding-benefit-text {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
}

/* Responsive styles for benefits section */
@media (max-width: 768px) {
    .onboarding-benefits-title {
        font-size: 28px;
    }

    .onboarding-benefits-card {
        padding: 20px;
    }

    .onboarding-benefits-grid {
        flex-direction: column;
        gap: 1.5rem;
    }

    .onboarding-benefit-item {
        margin-bottom: 20px;
    }

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

@media (max-width: 480px) {
    .onboarding-benefits-title {
        font-size: 24px;
    }

    .onboarding-benefits-subtitle {
        font-size: 14px;
    }

    .onboarding-benefits-card {
        padding: 15px;
    }

    .onboarding-benefit-number {
        font-size: 28px;
    }

    .onboarding-benefit-text {
        font-size: 14px;
    }
}

/* Onboarding Course Content Section */
.onboarding-course-content-section {
    padding: 2rem 0;
}

.onboarding-content-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.onboarding-content-subtitle {
    font-size: 48px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}

.onboarding-content-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.onboarding-content-description {
    font-size: 16px;
    color: #f0f0f0;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.onboarding-content-cards {
    position: relative;
    z-index: 2;
}

.onboarding-content-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.onboarding-content-card:hover {
    transform: translateY(-5px);
}

.onboarding-content-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    display: block;
}

.onboarding-content-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 1.5rem 1.5rem 0.5rem 1.5rem;
    line-height: 1.3;
}

.onboarding-content-card p {
    font-size: 15px;
    color: #666666;
    margin: 0 1.5rem 1.5rem 1.5rem;
    line-height: 1.5;
}

/* Responsive styles for course content section */
@media (max-width: 768px) {
    .onboarding-content-title {
        font-size: 28px;
    }

    .onboarding-content-subtitle {
        font-size: 16px;
    }

    .onboarding-content-description {
        font-size: 14px;
    }

    .onboarding-content-card img {
        height: 180px;
    }

    .onboarding-content-card h3 {
        font-size: 16px;
        margin: 1rem 1rem 0.5rem 1rem;
    }

    .onboarding-content-card p {
        font-size: 14px;
        margin: 0 1rem 1rem 1rem;
    }
    .testimonial-section {
        padding: 15px!important;
    }
}

@media (max-width: 480px) {
    .onboarding-course-bg {
        padding: 3rem 0;
        margin: 1rem 0;
    }

    .onboarding-content-title {
        font-size: 24px;
    }

    .onboarding-content-subtitle {
        font-size: 14px;
    }

    .onboarding-content-description {
        font-size: 13px;
    }

    .onboarding-content-card img {
        height: 160px;
    }

    .onboarding-content-card h3 {
        font-size: 15px;
        margin: 1rem 1rem 0.5rem 1rem;
    }

    .onboarding-content-card p {
        font-size: 13px;
        margin: 0 1rem 1rem 1rem;
    }
}

/* Onboarding Data Security Section */
.onboarding-security-section {
    padding: 5rem 0 0 0;
    background: var(--light-bg);
}

.onboarding-security-content {
    text-align: center;
}

.onboarding-security-image-center {
    margin: 50px 0;
}

.onboarding-security-image {
    position: relative;
}

.onboarding-security-laptop {
    width: 100%;
    border-radius: 12px;
}

.onboarding-security-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 1rem;
}

.onboarding-security-icon {
    width: 60px;
    height: 60px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-blue);
    font-size: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Onboarding Teams Section */
.onboarding-teams-section {
    padding: 5rem 0;
}


.onboarding-team-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 16px;
    min-height: 418px;
    border: 1px solid #D9D9D9;
}

.onboarding-team-card:hover {
    transform: translateY(-5px);
}

.onboarding-team-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

.onboarding-demo-image-bg {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-service-box {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 80px 20px 50px;
    border-radius: 20px;
    position: relative;
	margin-top:30px!important
}

.center-icon {
    position: absolute;
    top: -1px;
    right: 130px;
}

.our-service-box h2 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    line-height: 34.19px;
    letter-spacing: -.78px;
    text-align: center;
}

.onboarding-demo-image-bg img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.center-icon {
    position: absolute;
    top: -25px;
    right: 130px;
}

.our-service-box {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 80px 20px 50px;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.see-all-custom-btn {
    display: flex !important;
    width: 147px !important;
    padding: 16px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    border-radius: 6px !important;
    border: 1px solid #0147C0 !important;
    background: white !important;
    color: #222 !important;
    transition: all 0.2s ease;
    font-size: 14px !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.see-all-custom-btn:hover {
    background: #f8f9fa !important;
    border-color: #0147C0 !important;
    color: #222 !important;
    transform: none !important;
}

.see-all-custom-btn .fa-chevron-down {
    color: #222 !important;
    font-size: 12px !important;
}

/* Contact Form Styling */
.contact-image {
    width: 95%;
}

.contact-form-container {
    background: white;
    border-radius: 0;
    box-shadow: none;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Responsive Improvements */
@media (max-width: 768px) {

    /* Reduce section spacing */
    section {
        padding: 2rem 0 !important;
    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .g-5 {
        gap: 1.5rem !important;
    }

    .contact-form-container {
        min-height: auto;
        padding: 2rem 1rem !important;
    }

    .contact-image {
        width: 100%;
        margin-bottom: 1rem;
    }

    .onboarding-hero-title {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
    }

    .onboarding-hero-description {
        font-size: 1.1rem !important;
    }

    .onboarding-features-heading {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }

    .onboarding-features-description {
        font-size: 1rem !important;
    }

    .section-title {
        font-size: 2rem !important;
    }

    .display-5 {
        font-size: 2.5rem !important;
    }

    .our-service-box {
        padding: 60px 15px 40px !important;
    }

    .onboarding-feature-card {
        min-width: 280px !important;
    }

    .onboarding-feature-track {
        animation-duration: 30s !important;
    }
}

@media (max-width: 576px) {

    /* Further reduce spacing for mobile */
    section {
        padding: 1.5rem 0 !important;
    }

    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }

    .g-5 {
        gap: 1rem !important;
    }

    .g-4 {
        gap: 0.75rem !important;
    }

    .onboarding-hero-title {
        font-size: 2rem !important;
    }

    .onboarding-features-heading {
        font-size: 1.8rem !important;
    }

    .section-title {
        font-size: 1.8rem !important;
    }

    .display-5 {
        font-size: 2rem !important;
    }

    .our-service-box {
        padding: 50px 10px 30px !important;
    }

    .onboarding-feature-card {
        min-width: 250px !important;
    }

    .contact-submit-btn {
        width: 100% !important;
    }

    .navbar-nav {
        text-align: center;
    }

    .language-switcher {
        margin-top: 1rem;
        justify-content: center;
    }
}

.p-contact {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-input {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.contact-input:focus {
    border-color: #0099ff;
    box-shadow: 0 0 0 3px rgba(0, 153, 255, 0.1);
    outline: none;
}

.contact-input::placeholder {
    color: #999;
}

.contact-submit-btn {
    background: linear-gradient(135deg, #0099ff, #0066ff);
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
}

.contact-submit-btn:hover {
    background: linear-gradient(135deg, #0088ee, #0055dd);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 153, 255, 0.3);
}

.onboarding-team-card-body {
    padding: 1.5rem 0 0 0;
}

.onboarding-team-card h3 {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.onboarding-team-card p {
    color: var(--light-text);
    font-size: 0.9rem;
}

/* Onboarding FAQ Section */
.onboarding-faq-section {
    padding: 5rem 0;
    background: var(--light-bg);
}

.onboarding-faq-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.onboarding-faq-tab {
    padding: 0.75rem 2rem;
    border: 1px solid #E5E7EB;
    border-radius: 25px;
    background: var(--white);
    color: var(--light-text);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.onboarding-faq-tab.active {
    background: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
}

.onboarding-faq-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.onboarding-faq-item {
    background: var(--white);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.onboarding-faq-question {
    font-weight: 600;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.onboarding-faq-answer {
    color: var(--light-text);
    display: none;
}

.onboarding-faq-answer.show {
    display: block;
}

/* Onboarding Demo Banner */
.onboarding-demo-banner {
    background: #1e3a8a url(../images/cta-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    padding: 6rem 3rem;
    border-radius: 16px;
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
}



.onboarding-demo-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    position: relative;
    z-index: 1;
}

.onboarding-demo-text {
    flex: 1;
}

.onboarding-demo-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
    color: #ffffff;
}

.onboarding-demo-image {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Onboarding Features Grid */
.onboarding-features-grid {
    padding: 5rem 0;
}

.onboarding-features-grid-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.onboarding-feature-grid-item {
    background: var(--white);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.onboarding-feature-grid-item:hover {
    transform: translateY(-5px);
}

.onboarding-feature-grid-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: var(--white);
    font-size: 1.5rem;
}

/* Onboarding Contact Section */
.onboarding-contact-section {
    padding: 5rem 0;
    background: var(--light-bg);
}

.onboarding-contact-content {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.onboarding-contact-form {
    background: var(--white);
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.onboarding-form-group {
    margin-bottom: 1.5rem;
}

.onboarding-form-control {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 0.75rem;
    width: 100%;
}

.onboarding-form-control:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(1, 71, 192, 0.1);
}
.onboarding-features-main-image-left {
    position: relative;
    z-index: 2;
    /* width: 100%; */
    /* height: 100%; */
}
/* Onboarding Responsive Design */
@media (max-width: 768px) {
    .onboarding-hero-title {
        font-size: 2.5rem;
    }

    .onboarding-hero-description {
        font-size: 1.1rem;
    }

    .onboarding-feature-content,
    .onboarding-security-content,
    .onboarding-demo-content,
    .onboarding-contact-content {
        flex-direction: column;
        text-align: center;
    }

    .onboarding-content-cards,
    .onboarding-team-cards,
    .onboarding-features-grid-content {
        grid-template-columns: 1fr;
    }

    .onboarding-faq-content {
        grid-template-columns: 1fr;
    }

    .onboarding-faq-tabs {
        flex-direction: column;
        align-items: center;
    }

    .onboarding-feature-highlights {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .onboarding-hero-section {
        padding: 100px 0 60px;
    }

    .onboarding-hero-title {
        font-size: 2rem;
    }

    .onboarding-content-banner,
    .onboarding-demo-banner {
        padding: 2rem 1rem;
    }

    .onboarding-security-icons {
        flex-direction: column;
        gap: 0.5rem;
    }

    .onboarding-security-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Contact form loader css */

/* Error messages now use Bootstrap alert-danger classes */

/* Mobile number input styling - hide spinner arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.loaderdiv .sent-message {
    display: none;
    color: #fff;
    background: #27AE60;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.loaderdiv .loading {
    display: none;
    background: var(--color-white);
    text-align: center;
    padding: 15px;
}

.loaderdiv .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #27AE60;
    border-top-color: #fff;
    animation: 1s linear infinite animate-loading;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Contact form loader css */

.onboarding-team-card1 {
    background: var(--white)
--white is not defined;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding: 16px;
    min-height: 320px;
    border: 1px solid #D9D9D9;
}
.onboarding-team-card1 h3 {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.onboarding-team-card1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

/* Custom List Styling with Icons */
.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.6;
    color: #6B6B6B;
    display: flex;
    align-items: flex-start;
}

.custom-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url('../images/list-img.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* Responsive adjustments for custom list */
@media (max-width: 768px) {
    .custom-list li {
        padding-left: 35px;
        margin-bottom: 14px;
        font-size: 15px;
    }
    
    .custom-list li::before {
        width: 20px;
        height: 20px;
        top: 1px;
    }
}

@media (max-width: 576px) {
    .custom-list li {
        padding-left: 32px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    
    .custom-list li::before {
        width: 18px;
        height: 18px;
        top: 0;
    }
}

/* ===== RESPONSIVE FIXES AND IMPROVEMENTS ===== */

/* Standardized breakpoints for consistency */
/* Mobile: 320px - 767px */
/* Tablet: 768px - 991px */
/* Desktop: 992px+ */

/* ===== NAVIGATION RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
        padding: 1rem 0;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #f3f4f6;
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .dropdown-menu {
        border: none;
        background: transparent;
        box-shadow: none;
        text-align: center;
    }
    
    .dropdown-item {
        padding: 0.5rem 1rem;
        color: #6B7280;
    }
    
    .dropdown-item:hover {
        background: rgba(1, 71, 192, 0.1);
        color: #0147C0;
    }
    
    .language-switcher {
        margin: 1rem auto 0;
        width: fit-content;
    }
    
    .btn-top {
        margin: 1rem auto 0 !important;
        display: block;
        width: fit-content;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        max-height: 40px;
    }
    
    .navbar-toggler {
        border: none;
        padding: 0.25rem 0.5rem;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .navbar-collapse {
        background: white;
        border-radius: 8px;
        margin-top: 1rem;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
}

/* ===== HERO SECTION RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
    .hero-section {
        padding: 100px 0 80px;
        min-height: 80vh;
    }
    
    .hero-text {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .hero-subtext {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-top: 1rem;
    }
    
    .banner-btn {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 80px 0 60px;
        min-height: 70vh;
        text-align: center;
    }
    
    .hero-text {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .hero-subtext {
        font-size: 1rem;
        line-height: 1.6;
        margin-top: 0.75rem;
    }
    
    .banner-btn {
        padding: 12px 24px;
        font-size: 14px;
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        padding: 70px 0 50px;
        min-height: 60vh;
    }
    
    .hero-text {
        font-size: 1.75rem;
    }
    
    .hero-subtext {
        font-size: 0.95rem;
    }
}

/* ===== FEATURE CARDS RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
    .feature-card {
        margin-bottom: 2rem;
        padding: 1.5rem;
    }
    
    .feature-card h5 {
        font-size: 1.1rem;
    }
    
    .feature-card p {
        font-size: 0.9rem;
    }
}

@media (max-width: 767.98px) {
    .feature-card {
        padding: 1.25rem;
        text-align: center;
    }
    
    .feature-card h5 {
        font-size: 1rem;
        margin-top: 1rem;
    }
    
    .feature-card p {
        font-size: 0.85rem;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
}

/* ===== MARQUEE/CARD SLIDER RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
    .marquee-container {
        overflow: hidden;
    }
    
    .marquee-track {
        animation-duration: 35s;
    }
    
    .marquee-item {
        width: 280px;
        min-width: 280px;
        margin-right: 20px;
    }
    
    .marquee-item .card-img-top {
        height: 160px;
    }
    
    .marquee-item .card-body {
        height: 160px;
        padding: 16px 18px;
    }
    
    .marquee-item .card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .marquee-item .card-text {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .marquee-item {
        width: 250px;
        min-width: 250px;
        margin-right: 15px;
    }
    
    .marquee-track {
        animation-duration: 30s;
    }
    
    .marquee-item .card-img-top {
        height: 140px;
    }
    
    .marquee-item .card-body {
        height: 140px;
        padding: 14px 16px;
    }
    
    .marquee-item .card-title {
        font-size: 15px;
        margin-bottom: 6px;
    }
    
    .marquee-item .card-text {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .marquee-item {
        width: 200px;
        min-width: 200px;
        margin-right: 10px;
    }
    
    .marquee-track {
        animation-duration: 25s;
    }
    
    .marquee-item .card-img-top {
        height: 110px;
    }
    
    .marquee-item .card-body {
        height: 120px;
        padding: 12px 14px;
    }
    
    .marquee-item .card-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .marquee-item .card-text {
        font-size: 11px;
    }
}

/* ===== TESTIMONIAL RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
    .testimonial-section h2 {
        font-size: 2rem;
    }
    
    .testimonial-section-p {
        width: 100%;
        font-size: 0.9rem;
    }
    
    .testimonial-card {
        flex: 0 0 300px;
        max-width: 300px;
        padding: 20px;
    }
    
    .testimonial-container {
        padding: 30px 0;
    }
}

@media (max-width: 767.98px) {
    .testimonial-section h2 {
        font-size: 1.75rem;
    }
    
    .testimonial-section-wide {
        padding: 60px 0;
    }
    
    .testimonial-card {
        flex: 0 0 280px;
        max-width: 280px;
        padding: 18px;
        margin: 0 10px;
    }
    
    .testimonial-header img {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-header h6 {
        font-size: 0.9rem;
    }
    
    .testimonial-card p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .testimonial-arrow-icon {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .testimonial-section h2 {
        font-size: 1.5rem;
    }
    
    .testimonial-card {
        flex: 0 0 260px;
        max-width: 260px;
        padding: 16px;
        margin: 0 8px;
    }
    
    .testimonial-header img {
        width: 45px;
        height: 45px;
    }
    
    .testimonial-card p {
        font-size: 0.8rem;
    }
}

/* ===== ONBOARDING SPECIFIC RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
    .onboarding-hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .onboarding-hero-description {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    
    .onboarding-features-heading {
        font-size: 2rem;
    }
    
    .onboarding-features-description {
        font-size: 1rem;
    }
    
    .onboarding-features-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .onboarding-hero-section {
        padding: 80px 0 60px;
        min-height: 70vh;
    }
    
    .onboarding-hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .onboarding-hero-description {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .onboarding-features-heading {
        font-size: 1.75rem;
    }
    
    .onboarding-features-description {
        font-size: 0.95rem;
    }
    
    .onboarding-features-btn {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        max-width: 250px;
    }
    
    .onboarding-features-image-container {
        margin-top: 2rem;
    }
    
    .onboarding-features-floating-card {
        transform: scale(0.8);
    }
    
    .onboarding-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .onboarding-benefit-item {
        padding: 1rem;
    }
    
    .onboarding-benefit-number {
        font-size: 1.5rem;
    }
    
    .onboarding-benefit-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .onboarding-hero-section {
        padding: 70px 0 50px;
        min-height: 60vh;
    }
    
    .onboarding-hero-title {
        font-size: 1.75rem;
    }
    
    .onboarding-hero-description {
        font-size: 0.9rem;
    }
    
    .onboarding-features-heading {
        font-size: 1.5rem;
    }
    
    .onboarding-features-description {
        font-size: 0.9rem;
    }
    
    .onboarding-benefits-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .onboarding-benefit-item {
        padding: 0.75rem;
    }
    
    .onboarding-benefit-number {
        font-size: 1.25rem;
    }
    
    .onboarding-benefit-text {
        font-size: 0.75rem;
    }
    
    .onboarding-features-floating-card {
        transform: scale(0.7);
    }
}

/* ===== FAQ SECTION RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .accordion-button {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
    
    .accordion-body {
        font-size: 0.85rem;
        padding: 0.75rem 1rem;
    }
    
    .nav-pills .nav-link {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .accordion-button {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    .accordion-body {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }
    
    .nav-pills .nav-link {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
}

/* ===== CONTACT FORM RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .contact-form-container {
        padding: 1.5rem !important;
    }
    
    .contact-form-container h2 {
        font-size: 1.75rem;
    }
    
    .contact-input {
        font-size: 14px;
        padding: 0.75rem;
    }
    
    .contact-submit-btn {
        width: 100% !important;
        padding: 12px 24px !important;
        font-size: 14px;
    }
    
    .contact-image {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .contact-form-container {
        padding: 1rem !important;
    }
    
    .contact-form-container h2 {
        font-size: 1.5rem;
    }
    
    .contact-input {
        font-size: 13px;
        padding: 0.6rem;
    }
    
    .contact-submit-btn {
        padding: 10px 20px !important;
        font-size: 13px;
    }
}

/* ===== FOOTER RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .footer-section {
        text-align: center;
    }
    
    .footer-section .col-lg-3 {
        margin-bottom: 2rem;
    }
    
    .footer-section h6 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .footer-section p,
    .footer-section .text-white-50 {
        font-size: 0.85rem;
    }
    
    .newsletter-form {
        max-width: 300px;
        margin: 0 auto;
    }
    
    .newsletter-input {
        font-size: 14px;
    }
    
    .newsletter-btn {
        width: 100%;
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .footer-section {
        padding: 2rem 0 !important;
    }
    
    .footer-section .col-lg-3 {
        margin-bottom: 1.5rem;
    }
    
    .footer-section h6 {
        font-size: 0.9rem;
    }
    
    .footer-section p,
    .footer-section .text-white-50 {
        font-size: 0.8rem;
    }
    
    .newsletter-form {
        max-width: 250px;
    }
    
    .newsletter-input {
        font-size: 13px;
    }
    
    .newsletter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* ===== GENERAL RESPONSIVE UTILITIES ===== */
@media (max-width: 767.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section-title {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .section-subtitle {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .btn {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .card {
        margin-bottom: 1.5rem;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .card-title {
        font-size: 1rem;
    }
    
    .card-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.5rem;
    }
    
    .section-subtitle {
        font-size: 0.85rem;
    }
    
    .btn {
        font-size: 13px;
        padding: 8px 16px;
    }
    
    .card-body {
        padding: 0.75rem;
    }
    
    .card-title {
        font-size: 0.9rem;
    }
    
    .card-text {
        font-size: 0.8rem;
    }
}

/* ===== SWIPER RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 16px;
    }
    
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

/* ===== ANIMATION RESPONSIVE FIXES ===== */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===== PRINT STYLES ===== */
@media print {
    .navbar,
    .footer-section,
    .btn,
    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none !important;
    }
    
    .hero-section {
        background: none !important;
        color: #000 !important;
        padding: 20px 0 !important;
        min-height: auto !important;
    }
    
    .hero-overlay {
        display: none !important;
    }
    
    .card {
        break-inside: avoid;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
}

/* ===== ACCESSIBILITY IMPROVEMENTS ===== */
@media (max-width: 767.98px) {
    /* Ensure touch targets are at least 44px */
    .btn,
    .nav-link,
    .dropdown-item {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Improve focus visibility */
    .btn:focus,
    .nav-link:focus,
    .dropdown-item:focus {
        outline: 2px solid #0147C0;
        outline-offset: 2px;
    }
}

/* ===== HIGH DPI DISPLAY SUPPORT ===== */
@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi) {
    .hero-section {
        background-image: url('../images/smartlearn-banner.jpg');
        background-size: cover;
    }
}

/* ===== LANDSCAPE ORIENTATION FIXES ===== */
@media (max-width: 767.98px) and (orientation: landscape) {
    .hero-section {
        min-height: 50vh;
        padding: 60px 0 40px;
    }
    
    .onboarding-hero-section {
        min-height: 50vh;
        padding: 60px 0 40px;
    }
}

/* ===== DARK MODE SUPPORT (if needed in future) ===== */
@media (prefers-color-scheme: dark) {
    /* Future dark mode styles can be added here */
}

/* ===== CUSTOM LIST RESPONSIVE IMPROVEMENTS ===== */
@media (max-width: 767.98px) {
    .custom-list li {
        padding-left: 35px;
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.5;
    }
    
    .custom-list li::before {
        width: 20px;
        height: 20px;
        top: 1px;
    }
}

@media (max-width: 575.98px) {
    .custom-list li {
        padding-left: 32px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.4;
    }
    
    .custom-list li::before {
        width: 18px;
        height: 18px;
        top: 0;
    }
}

/* ===== DEMO BANNER RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .onboarding-demo-banner {
        padding: 2rem 1rem;
        text-align: center;
    }
    
    .onboarding-demo-text h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    
    .onboarding-demo-text .banner-btn {
        width: 100%;
        max-width: 250px;
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .onboarding-demo-banner {
        padding: 1.5rem 1rem;
    }
    
    .onboarding-demo-text h2 {
        font-size: 1.5rem;
    }
    
    .onboarding-demo-text .banner-btn {
        max-width: 220px;
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* ===== FEATURE GRID RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
    .our-service-box {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .our-service-box h2 {
        font-size: 1.1rem;
        margin: 1rem 0 0.5rem;
    }
    
    .our-service-box p {
        font-size: 0.9rem;
    }
    
    .center-icon img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 767.98px) {
    .our-service-box {
        padding: 1.25rem;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    .our-service-box h2 {
        font-size: 1rem;
        margin: 0.75rem 0 0.5rem;
    }
    
    .our-service-box p {
        font-size: 0.85rem;
    }
    
    .center-icon img {
        width: 35px;
        height: 35px;
        margin: 0 auto;
    }
    
    .see-all-custom-btn {
        font-size: 13px;
        padding: 8px 16px;
    }
}

@media (max-width: 575.98px) {
    .our-service-box {
        padding: 1rem;
    }
    
    .our-service-box h2 {
        font-size: 0.9rem;
    }
    
    .our-service-box p {
        font-size: 0.8rem;
    }
    
    .center-icon img {
        width: 30px;
        height: 30px;
        display: none;
    }
    
    .see-all-custom-btn {
        font-size: 12px;
        padding: 6px 12px;
    }
}

/* ===== TIMELINE RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .timeline-step {
        flex-direction: column;
    }
    
    .step-content {
        margin-bottom: 2rem;
    }
    
    .mrgn-rgt-20,
    .mrgn-lft-20 {
        margin: 0 !important;
        text-align: center;
    }
    
    .step-badge {
        font-size: 0.8rem;
        padding: 0.25rem 0.5rem;
    }
    
    .timeline-step h5 {
        font-size: 1rem;
    }
    
    .timeline-step p {
        font-size: 0.85rem;
    }
    
    .img-fluid-1 img{
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .step-content {
        margin-bottom: 1.5rem;
    }
    
    .step-badge {
        font-size: 0.75rem;
        padding: 0.2rem 0.4rem;
    }
    
    .timeline-step h5 {
        font-size: 0.9rem;
    }
    
    .timeline-step p {
        font-size: 0.8rem;
    }
}

/* ===== SECURITY SECTION RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .onboarding-security-section {
        text-align: center;
    }
    
    .onboarding-security-text h2 {
        font-size: 1.75rem;
    }
    
    .onboarding-security-text p {
        font-size: 0.9rem;
        width: 100% !important;
    }
    
    .onboarding-security-laptop {
        max-width: 100%;
        height: auto;
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .onboarding-security-text h2 {
        font-size: 1.5rem;
    }
    
    .onboarding-security-text p {
        font-size: 0.85rem;
    }
    
    .onboarding-security-laptop {
        margin-top: 1.5rem;
    }
}

/* ===== TEAMS SECTION RESPONSIVE FIXES ===== */
@media (max-width: 991.98px) {
    .onboarding-team-card {
        margin-bottom: 1.5rem;
    }
    
    .onboarding-team-card img {
        height: 180px;
    }
    
    .onboarding-team-card-body h3 {
        font-size: 1rem;
    }
    
    .onboarding-team-card-body p {
        font-size: 0.85rem;
    }
}

@media (max-width: 767.98px) {
    .onboarding-team-card {
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .onboarding-team-card img {
        height: 160px;
    }
    
    .onboarding-team-card-body h3 {
        font-size: 0.9rem;
    }
    
    .onboarding-team-card-body p {
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .onboarding-team-card img {
        height: 140px;
    }
    
    .onboarding-team-card-body h3 {
        font-size: 0.85rem;
    }
    
    .onboarding-team-card-body p {
        font-size: 0.75rem;
    }
}

/* ===== CONTENT CREATION SECTION RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .onboarding-features-floating-card {
        display: none;
    }
    .onboarding-course-content-section {
        padding: 2rem 0;
    }
    
    .onboarding-content-header h2 {
        font-size: 1.75rem;
    }
    
    .onboarding-content-header p {
        font-size: 0.9rem;
    }
    
    .onboarding-content-card {
        margin: 0 1.5rem;
        text-align: center;
    }
    
    .onboarding-content-card h3 {
        font-size: 1rem;
        margin: 1rem 0 0.5rem;
    }
    
    .onboarding-content-card p {
        font-size: 0.85rem;
    }
}

@media (max-width: 575.98px) {
    .onboarding-content-header h2 {
        font-size: 1.5rem;
    }
    
    .onboarding-content-header p {
        font-size: 0.85rem;
    }
    
    .onboarding-content-card h3 {
        font-size: 0.9rem;
    }
    
    .onboarding-content-card p {
        font-size: 0.8rem;
    }
}

/* ===== BENEFITS SECTION RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .onboarding-benefits-header h2 {
        font-size: 1.75rem;
    }
    
    .onboarding-benefits-header p {
        font-size: 0.9rem;
    }
    
    .onboarding-benefits-card {
        padding: 1.5rem;
    }
    
    .onboarding-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .onboarding-benefit-item {
        padding: 1rem;
    }
    
    .onboarding-benefit-number {
        font-size: 1.5rem;
    }
    
    .onboarding-benefit-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 575.98px) {
    .onboarding-benefits-header h2 {
        font-size: 1.5rem;
    }
    
    .onboarding-benefits-header p {
        font-size: 0.85rem;
    }
    
    .onboarding-benefits-card {
        padding: 1rem;
    }
    
    .onboarding-benefits-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .onboarding-benefit-item {
        padding: 0.75rem;
    }
    
    .onboarding-benefit-number {
        font-size: 1.25rem;
    }
    
    .onboarding-benefit-text {
        font-size: 0.75rem;
    }
}

/* ===== FEATURE HIGHLIGHTS RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .onboarding-feature-highlights {
        margin-top: 0;
        padding: 1rem 0;
    }
    
    .onboarding-feature-track {
        animation-duration: 20s;
    }
    
    .onboarding-feature-card {
        padding: 0.75rem;
        margin-right: 1rem;
    }
    
    .onboarding-feature-card-text {
        font-size: 0.8rem;
    }
    
    .onboarding-feature-icon-circle {
        width: 30px;
        height: 30px;
    }
    
    .onboarding-feature-icon-circle img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 575.98px) {
    .onboarding-feature-track {
        animation-duration: 15s;
    }
    
    .onboarding-feature-card {
        padding: 0.5rem;
        margin-right: 0.75rem;
    }
    
    .onboarding-feature-card-text {
        font-size: 0.75rem;
    }
    
    .onboarding-feature-icon-circle {
        width: 25px;
        height: 25px;
    }
    
    .onboarding-feature-icon-circle img {
        width: 14px;
        height: 14px;
    }
}

/* ===== FLOATING ELEMENTS RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .onboarding-features-floating-card {
        position: relative !important;
        transform: none !important;
        margin: 1rem 0;
        width: 100% !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }
    
    .guarantee-card,
    .users-card {
        position: static !important;
        transform: none !important;
    }
    
    .guarantee-text {
        font-size: 0.8rem;
    }
    
    .users-title {
        font-size: 0.8rem;
    }
    
    .users-count {
        font-size: 1rem;
    }
    
    .user-name {
        font-size: 0.7rem;
    }
    
    .user-job {
        font-size: 0.6rem;
    }
}

/* ===== COMMUNITY CARD RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .community-card {
        transform: scale(0.8);
        margin-bottom: 1rem;
    }
    
    .completion-card {
        transform: scale(0.8);
        margin-bottom: 1rem;
    }
    
    .custom-card {
        transform: scale(0.8);
        margin-bottom: 1rem;
    }
    
    .completion-percentage {
        font-size: 1rem;
    }
    
    .completion-text {
        font-size: 0.7rem;
    }
    
    .course-title {
        font-size: 0.7rem;
    }
    
    .course-number {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .community-card,
    .completion-card,
    .custom-card {
        transform: scale(0.7);
    }
    
    .completion-percentage {
        font-size: 0.9rem;
    }
    
    .completion-text {
        font-size: 0.6rem;
    }
    
    .course-title {
        font-size: 0.6rem;
    }
    
    .course-number {
        font-size: 0.9rem;
    }
}

/* ===== START DEMO SECTION RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .start-demo {
        padding: 2rem 0;
    }
    
    .start-demo h2 {
        font-size: 1.75rem;
    }
    
    .start-demo p {
        font-size: 0.9rem;
    }
    
    .start-demo .btn {
        width: 100%;
        max-width: 250px;
        margin-top: 1rem;
    }
    
    .demo-im {
        margin-top: 2rem;
    }
}

@media (max-width: 575.98px) {
    .start-demo {
        padding: 1.5rem 0;
    }
    
    .start-demo h2 {
        font-size: 1.5rem;
    }
    
    .start-demo p {
        font-size: 0.85rem;
    }
    
    .start-demo .btn {
        max-width: 220px;
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .demo-im {
        margin-top: 1.5rem;
    }
}

/* ===== CORE FEATURES SECTION RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .learningAccordion {
        margin-bottom: 2rem;
    }
    
    .accordion-button {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
    
    .accordion-body {
        font-size: 0.85rem;
        padding: 0.75rem 1rem;
    }
    
    #dynamicImage {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .accordion-button {
        font-size: 0.85rem;
        padding: 0.5rem 0.75rem;
    }
    
    .accordion-body {
        font-size: 0.8rem;
        padding: 0.5rem 0.75rem;
    }
    
    .icon-circle {
        width: 25px;
        height: 25px;
    }
    
    .icon-circle img {
        width: 12px;
        height: 12px;
    }
}

/* ===== TRUSTED INDUSTRIES SECTION RESPONSIVE FIXES ===== */
@media (max-width: 767.98px) {
    .marquee-container {
        overflow: hidden;
        margin: 0 -15px;
    }
    
    .marquee-track {
        animation-duration: 25s;
    }
    
    .marquee-item {
        width: 280px;
        min-width: 280px;
        margin-right: 15px;
    }
    
    .marquee-item .card {
        margin-bottom: 0;
    }
    
    .marquee-item .card-img-top {
        height: 140px;
    }
    
    .marquee-item .card-body {
        height: 140px;
        padding: 12px 14px;
    }
    
    .marquee-item .card-title {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .marquee-item .card-text {
        font-size: 11px;
    }
}

@media (max-width: 575.98px) {
    .marquee-track {
        animation-duration: 20s;
    }
    
    .marquee-item {
        width: 240px;
        min-width: 240px;
        margin-right: 12px;
    }
    
    .marquee-item .card-img-top {
        height: 120px;
    }
    
    .marquee-item .card-body {
        height: 120px;
        padding: 10px 12px;
    }
    
    .marquee-item .card-title {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .marquee-item .card-text {
        font-size: 10px;
    }
}

/* ===== FINAL RESPONSIVE CLEANUP ===== */
@media (max-width: 767.98px) {
    /* Ensure proper spacing */
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    .mt-5 {
        margin-top: 2rem !important;
    }
    
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    
    /* Fix any overflow issues */
    .container {
        overflow-x: hidden;
    }
    
    /* Ensure proper text wrapping */
    .hero-text,
    .onboarding-hero-title,
    .section-title {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media (max-width: 575.98px) {
    .py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    
    .mb-5 {
        margin-bottom: 1.5rem !important;
    }
}

/* ===== ANIMATION PRACTICE SECTION ===== */
.animation-practice-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.animation-practice-content {
    padding: 20px 0;
}

.practice-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.practice-description {
    font-size: 17px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.practice-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.practice-features .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.practice-features .feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(1, 71, 192, 0.15);
}

.practice-features .feature-item i {
    font-size: 20px;
    color: #0147C0;
}

.practice-features .feature-item p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* Responsive */
@media (max-width: 991.98px) {
    .practice-title {
        font-size: 32px;
    }

    .practice-description {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .animation-practice-section {
        padding: 60px 0;
    }

    .practice-title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .practice-description {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .practice-features {
        gap: 15px;
    }

    .practice-features .feature-item {
        padding: 10px 16px;
    }

    .practice-features .feature-item i {
        font-size: 18px;
    }

    .practice-features .feature-item p {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .animation-practice-section {
        padding: 50px 0;
    }

    .practice-title {
        font-size: 24px;
    }

    .practice-description {
        font-size: 14px;
    }

    .practice-features {
        flex-direction: column;
        gap: 12px;
    }

    .practice-features .feature-item {
        width: 100%;
        justify-content: center;
    }
}
.animation-hero-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 600px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
}
/* ===== ANIMATION SERVICES SECTION ===== */
.animation-services-section {
    padding: 50px 0 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.animation-services-section::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(1, 71, 192, 0.04) 0%, transparent 70%);
    border-radius: 50%;
}

.animation-services-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(1, 185, 255, 0.04) 0%, transparent 70%);
    border-radius: 50%;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid transparent;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0147C0 0%, #01B9FF 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(1, 71, 192, 0.15);
    border-color: rgba(1, 71, 192, 0.1);
}

.service-icon-wrapper {
    margin-bottom: 25px;
    position: relative;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(1, 71, 192, 0.1) 0%, rgba(1, 185, 255, 0.1) 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #0147C0;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.service-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    color: white;
}

.service-card:hover .service-icon::after {
    opacity: 1;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

/* .service-card:hover .service-title {
    color: #0147C0;
} */

.service-subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #0147C0;
    margin-bottom: 15px;
    line-height: 1.4;
}
.section-title-1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: 20px 0;
}
.section-subtitle-1 {
    font-size: 18px;
    text-align: center;
}

.service-description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Service CTA Card */
.service-cta-card {
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
}

.service-cta-card::before {
    display: none;
}

.service-cta-card:hover {
    transform: translateY(-15px) scale(1.02);
}

.service-cta-content {
    padding: 20px;
}

.service-cta-icon {
    font-size: 48px;
    color: white;
    margin-bottom: 20px;
    animation: ring-pulse 2s infinite;
}

@keyframes ring-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.service-cta-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.service-cta-content p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
}

.service-cta-btn {
    background: white;
    color: #0147C0;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.service-cta-btn:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    color: #0147C0;
}

.service-cta-btn-mobile {
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    color: white;
    padding: 16px 45px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.service-cta-btn-mobile:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(1, 71, 192, 0.4);
    color: white;
}

/* Fade-up animation using AOS (can also use custom CSS animation) */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .animation-services-section {
        padding: 80px 0;
    }

    .service-card {
        padding: 35px 25px;
    }

    .service-icon {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }

    .service-title {
        font-size: 22px;
    }

    .service-subtitle {
        font-size: 14px;
    }

    .service-description {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .animation-services-section {
        padding: 70px 0;
    }

    .service-card {
        padding: 30px 25px;
    }

    .service-icon {
        width: 65px;
        height: 65px;
        font-size: 30px;
    }

    .service-title {
        font-size: 20px;
    }

    .service-cta-content h4 {
        font-size: 20px;
    }

    .service-cta-icon {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .animation-services-section {
        padding: 60px 0;
    }

    .service-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
        border-radius: 15px;
    }

    .service-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .service-subtitle {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .service-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .service-cta-btn-mobile {
        width: 100%;
        padding: 14px 35px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .animation-services-section {
        padding: 50px 0;
    }

    .service-card {
        padding: 25px 20px;
    }

    .service-icon {
        width: 55px;
        height: 55px;
        font-size: 26px;
    }

    .service-title {
        font-size: 18px;
    }

    .service-subtitle {
        font-size: 13px;
    }

    .service-description {
        font-size: 13px;
    }

    .service-cta-btn-mobile {
        font-size: 15px;
        padding: 12px 30px;
    }
}

/* ===== ANIMATION PROCESS CARDS ===== */
.animation-process-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.animation-process-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(0, 123, 255, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(108, 99, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.process-timeline-item {
    background: white;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.process-timeline-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #007bff 0%, #6c63ff 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.process-timeline-item:hover::before {
    transform: scaleX(1);
}

.process-timeline-item:hover {
    transform: translateY(-5px);
}

.process-timeline-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}


.process-timeline-item:hover .process-timeline-number {
    background: linear-gradient(135deg, #007bff 0%, #6c63ff 100%);
    color: white;
    transform: scale(1.1);
}

.process-timeline-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #007bff 0%, #6c63ff 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: white;
    margin: 0 auto 25px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 123, 255, 0.3);
    transition: all 0.5s ease;
}

.process-timeline-item:hover .process-timeline-icon {
    transform: rotateY(360deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(0, 123, 255, 0.4);
}

.process-timeline-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #007bff;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    animation: pulse-ring 2.5s infinite;
    opacity: 0.6;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.process-timeline-item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.process-timeline-item:hover h4 {
    color: #007bff;
}

.process-timeline-item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1199.98px) {
    .process-timeline-item {
        padding: 30px 20px;
    }

    .process-timeline-icon {
        width: 80px;
        height: 80px;
        font-size: 34px;
        margin-bottom: 20px;
    }

    .process-timeline-item h4 {
        font-size: 20px;
    }

    .process-timeline-item p {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .animation-process-section {
        padding: 60px 0;
    }

    .process-timeline-icon {
        width: 75px;
        height: 75px;
        font-size: 32px;
    }

    .process-timeline-number {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .animation-process-section {
        padding: 50px 0;
    }

    .process-timeline-item {
        padding: 30px 20px;
    }

    .process-timeline-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
        margin-bottom: 18px;
    }

    .process-timeline-item h4 {
        font-size: 18px;
    }

    .process-timeline-item p {
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .animation-process-section {
        padding: 40px 0;
    }

    .process-timeline-item {
        padding: 25px 15px;
    }

    .process-timeline-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .process-timeline-number {
        width: 35px;
        height: 35px;
        font-size: 13px;
        top: 15px;
        right: 15px;
    }

    .process-timeline-item h4 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .process-timeline-item p {
        font-size: 13px;
    }
}

/* ===== ANIMATION CTA SECTION ===== */
.animation-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    position: relative;
    overflow: hidden;
    margin: 100px 0;
}

.animation-cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 8s infinite ease-in-out;
}

.animation-cta-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    animation: float 10s infinite ease-in-out reverse;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-30px) translateX(30px);
    }
}

.animation-cta-banner {
    text-align: center;
    position: relative;
    z-index: 1;
}

.animation-cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.animation-cta-text h2 {
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.animation-cta-text p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 35px;
    line-height: 1.6;
}

.animation-cta-text .banner-btn {
    background: white;
    color: #0147C0;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 45px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.animation-cta-text .banner-btn:hover {
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    color: #0147C0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .animation-cta-section {
        padding: 80px 0;
    }

    .animation-cta-text h2 {
        font-size: 38px;
    }

    .animation-cta-text p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .animation-cta-text .banner-btn {
        font-size: 16px;
        padding: 14px 40px;
    }
}

@media (max-width: 767.98px) {
    .animation-cta-section {
        padding: 60px 0;
    }

    .animation-cta-text h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .animation-cta-text p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .animation-cta-text .banner-btn {
        font-size: 15px;
        padding: 12px 35px;
    }
}

@media (max-width: 575.98px) {
    .animation-cta-section {
        padding: 50px 0;
    }

    .animation-cta-text h2 {
        font-size: 26px;
    }

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

    .animation-cta-text .banner-btn {
        font-size: 14px;
        padding: 12px 30px;
    }
}

/* ===== ANIMATION CONTACT / QUOTE SECTION ===== */
.animation-contact-section {
    padding: 100px 0;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.animation-contact-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(1, 71, 192, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.animation-contact-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(1, 185, 255, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

/* Left Column - Contact Info */
.contact-info-wrapper {
    position: relative;
    z-index: 1;
    animation: fadeInLeft 0.8s ease-out;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.contact-main-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contact-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 35px;
    line-height: 1.6;
}

.contact-cta-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.contact-btn {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-btn.btn-primary {
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    border: none;
    color: white;
}

.contact-btn.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(1, 71, 192, 0.3);
}

.contact-btn.btn-outline-primary {
    background: transparent;
    border: 2px solid #0147C0;
    color: #0147C0;
}

.contact-btn.btn-outline-primary:hover {
    background: #0147C0;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(1, 71, 192, 0.2);
}

.contact-details {
    margin-bottom: 35px;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-detail-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-detail-item i {
    font-size: 24px;
    color: #0147C0;
    width: 40px;
    height: 40px;
    background: rgba(1, 71, 192, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-detail-item div {
    flex: 1;
}

.contact-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.contact-detail-item a {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-detail-item a:hover {
    color: #0147C0;
}

.contact-social {
    margin-bottom: 30px;
}

.contact-social-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-social-links {
    display: flex;
    gap: 12px;
}

.contact-social-links a {
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0147C0;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-social-links a:hover {
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(1, 71, 192, 0.3);
}

.contact-promise {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 25px;
    background: linear-gradient(135deg, rgba(1, 71, 192, 0.05) 0%, rgba(1, 185, 255, 0.05) 100%);
    border-radius: 12px;
    border-left: 4px solid #0147C0;
}

.contact-promise i {
    font-size: 22px;
    color: #0147C0;
}

.contact-promise span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Right Column - Contact Form */
.contact-form-wrapper {
    background: white;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    animation: fadeInRight 0.8s ease-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animation-quote-form .form-group {
    margin-bottom: 0;
}

.animation-quote-form label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.animation-quote-form .form-control {
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.animation-quote-form .form-control:focus {
    border-color: #0147C0;
    background: white;
    box-shadow: 0 5px 20px rgba(1, 71, 192, 0.1);
    outline: none;
}

.animation-quote-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.animation-quote-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.file-upload-wrapper {
    position: relative;
}

.file-upload-wrapper input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 20px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.file-upload-label:hover {
    border-color: #0147C0;
    background: rgba(1, 71, 192, 0.05);
}

.file-upload-label i {
    font-size: 38px;
    color: #0147C0;
    margin-bottom: 12px;
}

.file-upload-text {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.file-upload-hint {
    font-size: 13px;
    color: #999;
}

.submit-quote-btn {
    width: 100%;
    padding: 16px 30px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.submit-quote-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.submit-quote-btn:hover::before {
    left: 100%;
}

.submit-quote-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(1, 71, 192, 0.4);
}

.submit-quote-btn i {
    transition: transform 0.3s ease;
}

.submit-quote-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .animation-contact-section {
        padding: 80px 0;
    }

    .contact-main-title {
        font-size: 36px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .contact-form-wrapper {
        padding: 35px;
    }
}

@media (max-width: 767.98px) {
    .animation-contact-section {
        padding: 60px 0;
    }

    .contact-main-title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .contact-subtitle {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .contact-cta-buttons {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .contact-btn {
        width: 100%;
        justify-content: center;
    }

    .contact-detail-item {
        padding: 15px;
    }

    .contact-form-wrapper {
        padding: 25px;
    }

    .animation-quote-form .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }

    .file-upload-label {
        padding: 30px 15px;
    }

    .submit-quote-btn {
        padding: 14px 25px;
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .animation-contact-section {
        padding: 50px 0;
    }

    .contact-main-title {
        font-size: 26px;
    }

    .contact-subtitle {
        font-size: 14px;
    }

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

    .contact-social-links {
        justify-content: center;
    }

    .contact-promise {
        flex-direction: column;
        text-align: center;
    }

    .contact-form-wrapper {
        padding: 20px;
    }

    .file-upload-label i {
        font-size: 32px;
    }

    .file-upload-text {
        font-size: 14px;
    }

    .file-upload-hint {
        font-size: 12px;
    }
}

/* ===== END OF RESPONSIVE FIXES ===== */

/* ===== ANIMATION.HTML STYLES ===== */
.animate-fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animation-feature-highlights {
    padding: 3rem 0;
    background: #ffffff;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
}

/* Ensure section titles are visible */
.animation-intro-section .section-title {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}

/* Desktop only styles */
@media (min-width: 769px) {
    .animation-feature-highlights {
        padding: 3rem 0 3rem 0;
        background: #ffffff;
        margin-top: -2rem;
        position: relative;
        z-index: 2;
    }
}

.animation-feature-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.animation-feature-marquee:hover .animation-feature-track {
    animation-play-state: paused;
}

/* Animation Practice Section Styles */
.animation-practice-section {
    padding: 40px 0;
    background: #f8f9fa;
}

.animation-showcase-video {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animation-showcase-video:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-thumbnail:hover .video-play-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.play-button {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0147C0, #01B9FF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(1, 71, 192, 0.3);
}

.play-button:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(1, 71, 192, 0.4);
}

.play-button i {
    color: white;
    font-size: 24px;
    margin-left: 4px;
}

.video-duration {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

.animation-practice-content {
    padding-left: 40px;
}

.practice-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.2;
}

.practice-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.practice-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-2px);
}

.feature-item i {
    color: #0147C0;
    font-size: 1.1rem;
}

.feature-item span {
    font-weight: 600;
    color: #333;
    font-size: 0.95rem;
}

.practice-cta-btn {
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 30px;
    border: 2px solid #0147C0;
    color: #0147C0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.practice-cta-btn:hover {
    background: #0147C0;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(1, 71, 192, 0.3);
}

/* Animation Practice Modal Styles */
.animation-modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.animation-modal-header {
    background: linear-gradient(135deg, #0147C0, #01B9FF);
    color: white;
    border-bottom: none;
    padding: 20px 25px;
}

.animation-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: white;
}

.animation-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animation-modal-close:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}

.animation-modal-body {
    padding: 0;
}

.animation-modal-video video {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .animation-practice-section {
        padding: 60px 0;
    }

    .animation-practice-content {
        padding-left: 0;
        text-align: center;
    }

    .practice-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .practice-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .practice-features {
        justify-content: center;
        margin-bottom: 30px;
    }

    .feature-item {
        padding: 10px 15px;
    }

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

    .play-button i {
        font-size: 18px;
        margin-left: 3px;
    }

    .video-duration {
        bottom: 10px;
        right: 10px;
        padding: 4px 8px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .practice-title {
        font-size: 1.8rem;
    }

    .practice-features {
        flex-direction: column;
        align-items: center;
    }

    .feature-item {
        width: 100%;
        max-width: 250px;
        justify-content: center;
    }

    .animation-modal-title {
        font-size: 1.3rem;
    }
}

/* RTL Support */
[dir="rtl"] .animation-practice-content {
    padding-left: 0;
    padding-right: 40px;
}

[dir="rtl"] .play-button i {
    margin-left: 0;
    margin-right: 4px;
}

[dir="rtl"] .video-duration {
    right: auto;
    left: 15px;
}

@media (max-width: 768px) {
    [dir="rtl"] .animation-practice-content {
        padding-right: 0;
    }

    [dir="rtl"] .video-duration {
        left: 10px;
    }

    [dir="rtl"] .play-button i {
        margin-right: 3px;
    }
}

.animation-feature-track {
    display: flex;
    gap: 20px;
    animation: marquee 30s linear infinite;
    width: max-content;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.animation-feature-card {
    display: flex;
    align-items: center;
    background: linear-gradient(188deg, #FFF 28.74%, rgba(5, 148, 224, 1) 662.86%);
    border-radius: 16px;
    padding: 15px;
    min-width: 200px;
    box-shadow: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(204, 204, 204, 0.30);
}

.animation-feature-card:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}

.animation-feature-card-icon {
    margin-right: 1rem;
    flex-shrink: 0;
}

.animation-feature-icon-circle {
    position: relative;
}

.animation-feature-card-text {
    font-weight: 600;
    color: #333333;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}

.portfolio-filter {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-btn {
    background: transparent;
    border: 2px solid #0147C0;
    color: #0147C0;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-btn.active,
.filter-btn:hover {
    background: #0147C0;
    color: white;
}

.portfolio-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.portfolio-image {
    position: relative;
    overflow: hidden;
}

.portfolio-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.play-icon-container {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-icon {
    color: white;
    font-size: 24px;
    margin-left: 4px; /* Slight offset to center the triangle visually */
}

.portfolio-card:hover .play-icon-container {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(1, 71, 192, 0.9), rgba(1, 185, 255, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    cursor: pointer;
}

.portfolio-card:hover .portfolio-play-overlay {
    opacity: 0.3;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.portfolio-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio-content p {
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
}

.portfolio-link {
    background: white;
    color: #0147C0;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.portfolio-link:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
}

.process-step {
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.process-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0147C0, #01B9FF);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 15px;
}

.process-icon {
    font-size: 2rem;
    color: #0147C0;
    margin-bottom: 15px;
}

.process-step h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.process-step p {
    color: #666;
    font-size: 0.9rem;
}

.why-choose-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
}

.why-choose-card:hover {
    transform: translateY(-5px);
}

.why-choose-icon {
    font-size: 3rem;
    color: #0147C0;
    margin-bottom: 20px;
}

.why-choose-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.why-choose-card p {
    color: #666;
    line-height: 1.6;
}

.animation-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0147C0 0%, #01B9FF 100%);
}

.animation-cta-banner {
    text-align: center;
}

.animation-cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.animation-cta-text h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.animation-cta-text p {
    color: rgba(255,255,255,0.9);
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.animation-hero-section {
    background: linear-gradient(135deg, rgba(1, 71, 192, 0.9), rgba(1, 185, 255, 0.9)), url('../images/smartlearn-banner.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
    text-align: left;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.animation-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.animation-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    margin-bottom: 15px;
}

.animation-hero-description {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .animation-hero-title {
        font-size: 2.5rem;
    }

    .animation-hero-subtitle {
        font-size: 1.2rem;
    }

    .animation-hero-description {
        font-size: 1rem;
    }

    .animation-cta-text h2 {
        font-size: 2rem;
    }

    .animation-cta-text p {
        font-size: 1rem;
    }

    .process-step {
        margin-bottom: 20px;
    }

    .portfolio-filter {
        flex-direction: column;
        align-items: center;
    }

    .filter-btn {
        width: 200px;
    }
}

/* Responsive styles for feature cards */
@media (max-width: 768px) {
    .animation-feature-track {
        animation-duration: 20s;
    }

    .animation-feature-card {
        min-width: 250px;
        justify-content: center;
    }

    .animation-feature-card-icon {
        margin-right: 1rem;
    }

    .animation-feature-card-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .animation-feature-track {
        animation-duration: 15s;
    }

    .animation-feature-card {
        padding: 15px 25px;
        min-width: 200px;
    }

    .animation-feature-icon-circle {
        width: 24px;
        height: 24px;
    }

    .animation-feature-card-text {
        font-size: 0.95rem;
    }
}

/* RTL Support */
[dir="rtl"] .animation-feature-track {
    animation: marquee-rtl 30s linear infinite;
}

@keyframes marquee-rtl {
    0% { transform: translateX(0); }
    100% { transform: translateX(50%); }
}

[dir="rtl"] .animation-feature-card-icon {
    margin-right: 0;
    margin-left: 1rem;
}

@media (max-width: 768px) {
    [dir="rtl"] .animation-feature-card-icon {
        margin-left: 1rem;
    }
}

/* Responsive adjustments for play icon */
@media (max-width: 768px) {
    .play-icon-container {
        width: 60px;
        height: 60px;
    }

    .play-icon {
        font-size: 18px;
        margin-left: 3px;
    }
}

@media (max-width: 480px) {
    .play-icon-container {
        width: 50px;
        height: 50px;
    }

    .play-icon {
        font-size: 16px;
        margin-left: 2px;
    }
}

/* RTL support for play icon */
[dir="rtl"] .play-icon {
    margin-left: 0;
    margin-right: 4px;
}

@media (max-width: 768px) {
    [dir="rtl"] .play-icon {
        margin-right: 3px;
    }
}

@media (max-width: 480px) {
    [dir="rtl"] .play-icon {
        margin-right: 2px;
    }
}

/* Portfolio Modal Styles */
.portfolio-modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.portfolio-modal-header {
    background: linear-gradient(135deg, #0147C0, #01B9FF);
    color: white;
    border-bottom: none;
    padding: 20px 25px;
    position: relative;
}

.portfolio-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: white;
}

.portfolio-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio-modal-close:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}

.portfolio-modal-body {
    padding: 0;
}

.portfolio-modal-video {
    position: relative;
    overflow: hidden;
}

.portfolio-modal-video img,
.portfolio-modal-video video {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: cover;
    background: #000;
}

.portfolio-modal-video video {
    min-height: 300px;
    background: #000;
    border-radius: 0;
}

.portfolio-modal-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.portfolio-modal-play-container {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.portfolio-modal-play-container:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.portfolio-modal-play-icon {
    color: white;
    font-size: 32px;
    margin-left: 6px;
}

.portfolio-modal-description {
    padding: 25px;
    background: #f8f9fa;
}

.portfolio-modal-description p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Modal Animation */
.modal.fade .modal-dialog {
    transform: scale(0.8);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* RTL Support for Modal */
[dir="rtl"] .portfolio-modal-close {
    right: auto;
    left: 25px;
}

[dir="rtl"] .portfolio-modal-play-icon {
    margin-left: 0;
    margin-right: 6px;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .portfolio-modal-title {
        font-size: 1.3rem;
    }

    .portfolio-modal-play-container {
        width: 80px;
        height: 80px;
    }

    .portfolio-modal-play-icon {
        font-size: 24px;
        margin-left: 4px;
    }

    [dir="rtl"] .portfolio-modal-play-icon {
        margin-right: 4px;
    }

    .portfolio-modal-description {
        padding: 20px;
    }

    .portfolio-modal-video video {
        min-height: 250px;
    }
}

@media (max-width: 480px) {
    .portfolio-modal-play-container {
        width: 60px;
        height: 60px;
    }

    .portfolio-modal-play-icon {
        font-size: 20px;
        margin-left: 3px;
    }

    [dir="rtl"] .portfolio-modal-play-icon {
        margin-right: 3px;
    }

    .portfolio-modal-video video {
        min-height: 200px;
    }
}

/* Additional responsive styles to match onboarding design */
@media (max-width: 767.98px) {
    .animation-feature-highlights {
        margin-top: 0;
        padding: 1rem 0;
    }
    
    .animation-feature-track {
        animation-duration: 20s;
    }
    
    .animation-feature-card {
        padding: 0.75rem;
        margin-right: 1rem;
    }
    
    .animation-feature-card-text {
        font-size: 0.8rem;
    }
    
    .animation-feature-icon-circle {
        width: 30px;
        height: 30px;
    }
    
    .animation-feature-icon-circle img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 575.98px) {
    .animation-feature-track {
        animation-duration: 15s;
    }
    
    .animation-feature-card {
        padding: 0.5rem;
        margin-right: 0.75rem;
    }
    
    .animation-feature-card-text {
        font-size: 0.75rem;
    }
    
    .animation-feature-icon-circle {
        width: 25px;
        height: 25px;
    }
    
    .animation-feature-icon-circle img {
        width: 14px;
        height: 14px;
    }
}

.why-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
}

.why-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f3f3f3;
    border: 1px solid rgba(204, 204, 204, 0.30);
    border-radius: 12px;
    padding: 16px 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.why-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.why-icon {
    color: #0147C0;
    font-size: 20px;
    line-height: 1;
    margin-top: 2px;
    flex-shrink: 0;
}

.why-text {
    color: #333333;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
	margin-bottom:0 !important
}

@media (max-width: 992px) {
    .why-list {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .why-text {
        font-size: 0.95rem;
    }
}

/* Video Portfolio Section Styles */
.video-portfolio-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.video-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.video-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.video-card .video-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-card .video-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.05);
}

.video-card .video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.video-card:hover .video-play-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.video-card .play-button {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0147C0, #01B9FF);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(1, 71, 192, 0.3);
}

.video-card:hover .play-button {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(1, 71, 192, 0.4);
}

.video-card .play-button i {
    color: white;
    font-size: 18px;
    margin-left: 3px;
}

.video-card .video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
}

.video-card-content {
    padding: 20px;
    text-align: center;
}

.video-card-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.video-card-content p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

/* Video Portfolio Modal Styles */
.video-portfolio-modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.video-portfolio-modal-header {
    background: linear-gradient(135deg, #0147C0, #01B9FF);
    color: white;
    border-bottom: none;
    padding: 20px 25px;
}

.video-portfolio-modal-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: white;
}

.video-portfolio-modal-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-portfolio-modal-close:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}

.video-portfolio-modal-body {
    padding: 0;
}

.video-portfolio-modal-video {
    position: relative;
    overflow: hidden;
}

.video-portfolio-modal-video video {
    width: 100%;
    height: auto;
    display: block;
    background: #000;
    min-height: 400px;
}

.video-portfolio-modal-description {
    padding: 25px;
    background: #f8f9fa;
}

.video-portfolio-modal-description p {
    margin: 0;
    color: #666;
    line-height: 1.6;
    font-size: 1rem;
}

/* Responsive Design for Video Portfolio */
@media (max-width: 992px) {
    .video-portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .video-card .video-thumbnail img {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .video-portfolio-section {
        padding: 60px 0;
    }

    .video-portfolio-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }

    .video-card .video-thumbnail img {
        height: 200px;
    }

    .video-card-content {
        padding: 15px;
    }

    .video-card-content h4 {
        font-size: 1.1rem;
    }

    .video-portfolio-modal-title {
        font-size: 1.3rem;
    }

    .video-portfolio-modal-video video {
        min-height: 300px;
    }

    .video-portfolio-modal-description {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .video-portfolio-section {
        padding: 40px 0;
    }

    .video-card .play-button {
        width: 50px;
        height: 50px;
    }

    .video-card .play-button i {
        font-size: 16px;
        margin-left: 2px;
    }

    .video-card .video-duration {
        bottom: 8px;
        right: 8px;
        padding: 3px 6px;
        font-size: 0.7rem;
    }

    .video-portfolio-modal-video video {
        min-height: 250px;
    }

    .video-portfolio-modal-description {
        padding: 15px;
    }
}

/* RTL Support for Video Portfolio */
[dir="rtl"] .video-card .play-button i {
    margin-left: 0;
    margin-right: 3px;
}

[dir="rtl"] .video-card .video-duration {
    right: auto;
    left: 10px;
}

@media (max-width: 768px) {
    [dir="rtl"] .video-card .video-duration {
        left: 8px;
    }

    [dir="rtl"] .video-card .play-button i {
        margin-right: 2px;
    }
}
/* ===== END OF ANIMATION.HTML STYLES ===== */